Revert "glib: fix musl build"

This is no longer needed with the previous PIE hardening fixes.

This reverts commit 74e0aaaa30.
This commit is contained in:
Ryan Burns 2021-09-16 17:58:32 -07:00
parent 882acbd0af
commit 436f960f2a

View File

@ -134,8 +134,6 @@ stdenv.mkDerivation rec {
"-DG_DISABLE_CAST_CHECKS"
];
hardeningDisable = [ "pie" ];
postPatch = ''
chmod +x gio/tests/gengiotypefuncs.py
patchShebangs gio/tests/gengiotypefuncs.py