tree-wide: SDL may not have a .dev

This commit is contained in:
Peter Hoeg
2022-05-27 08:09:56 +08:00
parent 35bed20020
commit c9fa7f876d
+1 -1
View File
@@ -59,7 +59,7 @@ mkDerivation rec {
"pokerth.pro"
];
NIX_CFLAGS_COMPILE = "-I${SDL.dev}/include/SDL";
NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL}/include/SDL";
meta = with lib; {
homepage = "https://www.pokerth.net";