We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8975584 commit b2c70a8Copy full SHA for b2c70a8
1 file changed
pkgs/windows-pkgs.nix
@@ -70,7 +70,7 @@ lib.makeExtensible (self: with self; {
70
};
71
72
SDL2 = mkCmakePkg {
73
- inherit (pkgs.SDL2) pname version src meta;
+ inherit (pkgs.SDL2_classic or pkgs.SDL2) pname version src meta;
74
postPatch = ''
75
# remove .rc
76
sed -ie 's?''${VERSION_SOURCES}??' CMakeLists.txt
0 commit comments