python2.pkgs.wxPython: fix build
This commit is contained in:
parent
515ae5a15a
commit
ee1b8e4c7b
@ -30,6 +30,9 @@ buildPythonPackage rec {
|
||||
sha256 = "0qfzx3sqx4mwxv99sfybhsij4b5pc03ricl73h4vhkzazgjjjhfm";
|
||||
};
|
||||
|
||||
dontUseSetuptoolsBuild = true;
|
||||
dontUsePipInstall = true;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ]
|
||||
|
Loading…
Reference in New Issue
Block a user