mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
hackrf: fix udev rule detection impurity
This commit is contained in:
parent
500791cd33
commit
be28c4cc48
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
cmake pkgconfig libusb fftwSinglePrec
|
||||
];
|
||||
|
||||
cmakeFlags = [ "-DUDEV_RULES_GROUP=plugdev" "-DUDEV_RULES_PATH=lib/udev/rules.d" ];
|
||||
|
||||
preConfigure = ''
|
||||
cd host
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user