forked from mirrors/nixpkgs
tree-wide: SDL may not have a .dev
This commit is contained in:
parent
8eacd07776
commit
a0156e7048
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
;
|
||||
|
||||
# To avoid problems finding SDL_types.h.
|
||||
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
||||
configureFlags = [ "CFLAGS=-I${lib.getDev SDL}/include/SDL" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Quick tactics game";
|
||||
|
|
Loading…
Reference in a new issue