mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 23:23:55 -05:00
pkgs/hhd-ui: simplify depends
This commit is contained in:
parent
41693ad819
commit
f233819080
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
fetchFromGitHub,
|
|
||||||
appimageTools,
|
appimageTools,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
hidapi,
|
|
||||||
kmod,
|
|
||||||
lib,
|
lib,
|
||||||
python3,
|
|
||||||
toybox,
|
|
||||||
}:
|
}:
|
||||||
appimageTools.wrapType2 rec {
|
appimageTools.wrapType2 rec {
|
||||||
pname = "hhd-ui";
|
pname = "hhd-ui";
|
||||||
|
|
Loading…
Reference in a new issue