mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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.
|
# 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; {
|
meta = with lib; {
|
||||||
description = "Quick tactics game";
|
description = "Quick tactics game";
|
||||||
|
Loading…
Reference in New Issue
Block a user