mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tree-wide: SDL may not have a .dev
This commit is contained in:
parent
a0156e7048
commit
35bed20020
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
prePatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace "CPPFLAGS +=" "CPPFLAGS += -DSAVES_IN_HOME -DDATADIR=\\\"$out/share/meritous\\\"" \
|
||||
--replace sld-config ${SDL.dev}/bin/sdl-config
|
||||
--replace sld-config ${lib.getDev SDL}/bin/sdl-config
|
||||
substituteInPlace src/audio.c \
|
||||
--replace "filename[64]" "filename[256]"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user