tree-wide: SDL may not have a .dev
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user