1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 00:10:30 +00:00

hackrf: fix udev rule detection impurity

This commit is contained in:
Robin Gloster 2017-07-26 19:11:58 +02:00
parent 500791cd33
commit be28c4cc48
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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
'';