gsettings-desktop-schemas: build gir when cross

This commit is contained in:
Artturin 2022-07-30 21:51:21 +03:00
parent 322e4d8fa3
commit 24723644ac

View File

@ -30,10 +30,6 @@ stdenv.mkDerivation rec {
gobject-introspection
];
mesonFlags = [
"-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
];
postPatch = ''
chmod +x build-aux/meson/post-install.py
patchShebangs build-aux/meson/post-install.py