Unverified Commit 309e8a5e authored by Colin's avatar Colin Committed by GitHub
Browse files

SDL_sound: fix cross build (#367712)

parents d5c534c1 c015257a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-OZn9C7tIUomlK+FLL2i1ccuE44DMQzh+rfd49kx55t8=";
  };

  nativeBuildInputs = [
    SDL
  ];

  buildInputs = [
    SDL
    flac
@@ -34,6 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.enableFeature enableSdltest "sdltest")
  ];

  env.SDL_CONFIG = lib.getExe' SDL.dev "sdl-config";

  strictDeps = true;

  meta = {