Merge pull request #240289 from marsam/fix-devilutionx-build

devilutionx: fix build
This commit is contained in:
Nick Cao
2023-06-28 16:19:17 +08:00
committed by GitHub
+1
View File
@@ -36804,6 +36804,7 @@ with pkgs;
};
devilutionx = callPackage ../games/devilutionx {
fmt = fmt_9;
SDL2 = SDL2.override {
withStatic = true;
};