pkg-config-wrapper: Init

This fixes longstanding build issues
This commit is contained in:
John Ericson
2020-04-27 22:39:58 -04:00
parent 27edd9efb3
commit c71ab32a67
9 changed files with 208 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ buildPythonPackage rec {
pname = "pkgconfig";
version = "1.5.1";
setupHook = pkgconfig.setupHook;
setupHooks = pkgconfig.setupHooks;
src = fetchPypi {
inherit pname version;