pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub , pkgconfig
|
||||
{ lib, stdenv, fetchFromGitHub , pkg-config
|
||||
, pcsclite
|
||||
, autoreconfHook
|
||||
, libnfc
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
rev = "0e48e8e";
|
||||
sha256 = "1cxnvhhlcbm8h49rlw5racspb85fmwqqhd3gzzpzy68vrs0b37vg";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ pcsclite libnfc ];
|
||||
|
||||
configureFlags = [ "--prefix=$(out)" ];
|
||||
|
||||
Reference in New Issue
Block a user