tree-wide: SDL may not have a .dev

This commit is contained in:
Peter Hoeg
2022-05-27 08:09:56 +08:00
parent 8eacd07776
commit a0156e7048
+1 -1
View File
@@ -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";