glib: fix musl build

This commit is contained in:
Jörg Thalheim
2021-02-24 10:49:35 +00:00
parent 884a83cacb
commit 74e0aaaa30

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