pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, rustPlatform, fetchFromGitHub
|
||||
, libsodium, openssl
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
}:
|
||||
|
||||
with rustPlatform;
|
||||
@@ -17,7 +17,7 @@ buildRustPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ libsodium openssl ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
SODIUM_USE_PKG_CONFIG = "yes";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user