tree-wide: SDL may not have a .dev

This commit is contained in:
Peter Hoeg 2022-05-10 13:09:26 +08:00
parent 73a4c001d4
commit 12f36a7cff

View File

@ -672,7 +672,7 @@ in
license = "MAME";
extraBuildInputs = [ libpng SDL ];
SDL_CONFIG = "${SDL.dev}/bin/sdl-config";
SDL_CONFIG = "${lib.getDev SDL}/bin/sdl-config";
dontAddPrefix = true;
configurePlatforms = [ ];
makeFlags = lib.optional stdenv.hostPlatform.isAarch64 [ "platform=aarch64" ];