xmlbird: fix build with python 3.8

also force use of gccStdenv to fix darwin build
This commit is contained in:
Robert Scott
2020-09-20 16:25:39 -07:00
committed by Jon
parent 0f34c4eb33
commit 781b870c91
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -13,7 +13,11 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ];
postPatch = "patchShebangs .";
postPatch = ''
substituteInPlace configure \
--replace 'platform.dist()[0]' '"nix"'
patchShebangs .
'';
buildPhase = "./build.py";