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