tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hackrf: fix udev rule detection impurity
Robin Gloster
8 years ago
be28c4cc
500791cd
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
hackrf
default.nix
+2
pkgs/applications/misc/hackrf/default.nix
···
14
cmake pkgconfig libusb fftwSinglePrec
15
];
16
0
0
17
preConfigure = ''
18
cd host
19
'';
···
14
cmake pkgconfig libusb fftwSinglePrec
15
];
16
17
+
cmakeFlags = [ "-DUDEV_RULES_GROUP=plugdev" "-DUDEV_RULES_PATH=lib/udev/rules.d" ];
18
+
19
preConfigure = ''
20
cd host
21
'';