pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, lib
|
||||
, pandoc, pkgconfig, makeWrapper, curl, openssl, tpm2-tss
|
||||
, pandoc, pkg-config, makeWrapper, curl, openssl, tpm2-tss
|
||||
, abrmdSupport ? true, tpm2-abrmd ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0117r0zzdnblkibv81y71v3limixsw5m7g9xwf7lcx8fc8836pdv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pandoc pkgconfig makeWrapper ];
|
||||
nativeBuildInputs = [ pandoc pkg-config makeWrapper ];
|
||||
buildInputs = [
|
||||
curl openssl tpm2-tss
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user