python.pkgs.pkgconfig: fix setup hook
after regression caused by https://github.com/NixOS/nixpkgs/pull/87705
This commit is contained in:
parent
81b204e8a1
commit
7fe783903e
@ -4,7 +4,13 @@ buildPythonPackage rec {
|
||||
pname = "pkgconfig";
|
||||
version = "1.5.1";
|
||||
|
||||
setupHooks = pkgconfig.setupHooks;
|
||||
inherit (pkgconfig)
|
||||
setupHooks
|
||||
wrapperName
|
||||
suffixSalt
|
||||
targetPrefix
|
||||
baseBinName
|
||||
;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user