nix pkgconfig rename
This commit is contained in:
parent
1d90a634d3
commit
8370759aca
|
@ -2,6 +2,6 @@
|
|||
pkgs.stdenv.mkDerivation {
|
||||
pname = "labelprinter";
|
||||
version = "1.0";
|
||||
buildInputs = [ pkgs.pkgconfig pkgs.libusb ];
|
||||
buildInputs = [ pkgs.pkg-config pkgs.libusb ];
|
||||
src = ./.;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue