xemu: re-enable structuredAttrs

Depends on https://github.com/NixOS/nixpkgs/pull/526688

The GApps wrapper would try to wrap executables in "debug" instead of "out",
this should be fixed with that PR.
This commit is contained in:
Stefan Frijters 2026-06-08 15:39:11 +02:00
commit bd5e2f2e4d
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';
};
__structuredAttrs = false;
__structuredAttrs = true;
nativeBuildInputs = [
meson
cmake