glib: fix musl build
This commit is contained in:
parent
884a83cacb
commit
74e0aaaa30
@ -123,6 +123,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-DG_DISABLE_CAST_CHECKS"
|
"-DG_DISABLE_CAST_CHECKS"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "pie" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x gio/tests/gengiotypefuncs.py
|
chmod +x gio/tests/gengiotypefuncs.py
|
||||||
patchShebangs gio/tests/gengiotypefuncs.py
|
patchShebangs gio/tests/gengiotypefuncs.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user