libusb has been renamed to libusb1 in nixpkgs
This commit is contained in:
parent
42e9268e26
commit
6e8fe5c6a3
|
@ -2,6 +2,6 @@
|
|||
pkgs.stdenv.mkDerivation {
|
||||
pname = "labelprinter";
|
||||
version = "1.0";
|
||||
buildInputs = [ pkgs.pkg-config pkgs.libusb ];
|
||||
buildInputs = [ pkgs.pkg-config pkgs.libusb1 ];
|
||||
src = ./.;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue