glib: fix musl build

This commit is contained in:
Jörg Thalheim 2021-02-24 10:49:35 +00:00
parent 884a83cacb
commit 74e0aaaa30
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -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