tree-wide: SDL may not have a .dev

This commit is contained in:
Peter Hoeg 2022-05-10 13:09:28 +08:00
parent 3ca3a12ffc
commit 579e722117

View file

@ -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 ];