xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
This commit is contained in:
@@ -13,7 +13,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ glib ];
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
postPatch = ''
|
||||
substituteInPlace configure \
|
||||
--replace 'platform.dist()[0]' '"nix"'
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
buildPhase = "./build.py";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user