tree-wide: SDL may not have a .dev
This commit is contained in:
parent
3ca3a12ffc
commit
579e722117
@ -330,7 +330,7 @@ let
|
||||
|
||||
installPhase = "./Build install --prefix $out";
|
||||
|
||||
SDL_INST_DIR = pkgs.SDL.dev;
|
||||
SDL_INST_DIR = lib.getDev pkgs.SDL;
|
||||
buildInputs = [ pkgs.SDL ArchiveExtract ArchiveZip TextPatch ];
|
||||
propagatedBuildInputs = [ CaptureTiny FileShareDir FileWhich ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user