nix pkgconfig rename

master
Sebastien Bourdeauducq 2023-11-28 13:55:56 +08:00
parent 1d90a634d3
commit 8370759aca
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
pkgs.stdenv.mkDerivation {
pname = "labelprinter";
version = "1.0";
buildInputs = [ pkgs.pkgconfig pkgs.libusb ];
buildInputs = [ pkgs.pkg-config pkgs.libusb ];
src = ./.;
}