We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71c16 commit dafbdb1Copy full SHA for dafbdb1
flake.nix
@@ -93,7 +93,10 @@ SET(SUPERTUX_VERSION_STRING "v${version}")
93
SET(SUPERTUX_VERSION_BUILD "${builtins.elemAt ver 4}")
94
EOF
95
'';
96
- cmakeFlags = [ "-DINSTALL_SUBDIR_BIN=bin" ];
+ cmakeFlags = [
97
+ "-DINSTALL_SUBDIR_BIN=bin"
98
+ "-DUSE_SYSTEM_SDL2_TTF=ON"
99
+ ];
100
enableParallelBuilding = true;
101
nativeBuildInputs = [
102
pkgs.cmake
0 commit comments