Commit 69c5c6cc authored by Nam Khánh's avatar Nam Khánh
Browse files

xemu: Fix gnome app wrapper

parent d08a982c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
      find subprojects -type d -name .git -prune -execdir rm -r {} +
    '';
  };
  __structuredAttrs = true;
  __structuredAttrs = false;
  nativeBuildInputs = [
    SDL2
    meson