3
0
Fork 0
forked from mirrors/nixpkgs

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