mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
treewide: pkgconfig -> pkg-config
Fix building with `config.allowAliases = false;`.
This commit is contained in:
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
PATH="${pkgs.parted}/sbin:$PATH"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
checkInputs = [ six ];
|
||||
propagatedBuildInputs = [ pkgs.parted ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user