mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
720365f01c
commit
bd5e2f2e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
find subprojects -type d -name .git -prune -execdir rm -r {} +
|
||||
'';
|
||||
};
|
||||
__structuredAttrs = false;
|
||||
__structuredAttrs = true;
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue