mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
glib: fix tests by patching Python shebangs
This has to happen in postConfigure rather than postPatch, because the files are generated by the configure phase.
This commit is contained in:
parent
3f3f318a6b
commit
1ea4a3bab6
@ -159,6 +159,10 @@ stdenv.mkDerivation rec {
|
||||
--replace "libintl, " ""
|
||||
'';
|
||||
|
||||
postConfigure = ''
|
||||
patchShebangs gio/gdbus-2.0/codegen/gdbus-codegen gobject/glib-{genmarshal,mkenums}
|
||||
'';
|
||||
|
||||
DETERMINISTIC_BUILD = 1;
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user