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
commit 1aa9eefcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36804,6 +36804,7 @@ with pkgs;
};
devilutionx = callPackage ../games/devilutionx {
fmt = fmt_9;
SDL2 = SDL2.override {
withStatic = true;
};