Skip to content

Commit

Permalink
SDL_sound: fix cross build (#367712)
Browse files Browse the repository at this point in the history
  • Loading branch information
uninsane authored Dec 29, 2024
2 parents d5c534c + c015257 commit 309e8a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/sd/SDL_sound/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-OZn9C7tIUomlK+FLL2i1ccuE44DMQzh+rfd49kx55t8=";
};

nativeBuildInputs = [
SDL
];

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

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

strictDeps = true;

meta = {
Expand Down

0 comments on commit 309e8a5

Please sign in to comment.