xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
This commit is contained in:
parent
0f34c4eb33
commit
781b870c91
2 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ glib ];
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
postPatch = ''
|
||||
substituteInPlace configure \
|
||||
--replace 'platform.dist()[0]' '"nix"'
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
buildPhase = "./build.py";
|
||||
|
||||
|
|
|
@ -2566,7 +2566,7 @@ in
|
|||
biblatex-check = callPackage ../tools/typesetting/biblatex-check { };
|
||||
|
||||
birdfont = callPackage ../tools/misc/birdfont { };
|
||||
xmlbird = callPackage ../tools/misc/birdfont/xmlbird.nix { };
|
||||
xmlbird = callPackage ../tools/misc/birdfont/xmlbird.nix { stdenv = gccStdenv; };
|
||||
|
||||
blastem = callPackage ../misc/emulators/blastem {
|
||||
inherit (python27Packages) pillow;
|
||||
|
|
Loading…
Reference in a new issue