glib: fix musl build
This commit is contained in:
parent
884a83cacb
commit
74e0aaaa30
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ stdenv.mkDerivation rec {
|
|||
"-DG_DISABLE_CAST_CHECKS"
|
||||
];
|
||||
|
||||
hardeningDisable = [ "pie" ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x gio/tests/gengiotypefuncs.py
|
||||
patchShebangs gio/tests/gengiotypefuncs.py
|
||||
|
|
Loading…
Reference in a new issue