Unverified Commit 9c5e7d56 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

xemu: Fix Gnome app wrapper (#479011)

parents 8aacbf8b 69c5c6cc
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