mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
treewide: Make explicit that 'dev' output of libusb is used
This commit is contained in:
parent
ad1a47061e
commit
b5c6069def
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "1yjpi2qshnqfpan4w3ggakkr3znfrx5cxkny92ka7v9na3g2fc4h";
|
||||
};
|
||||
|
||||
makeFlags = [ "LIBUSB=${libusb}" "linux" ];
|
||||
makeFlags = [ "LIBUSB=${libusb.dev}" "linux" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/share/pk2
|
||||
|
|
Loading…
Reference in a new issue