Skip to content

Commit b2c70a8

Browse files
committed
windows-pkgs: fix sdl2 source from nixpkgs
1 parent 8975584 commit b2c70a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/windows-pkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lib.makeExtensible (self: with self; {
7070
};
7171

7272
SDL2 = mkCmakePkg {
73-
inherit (pkgs.SDL2) pname version src meta;
73+
inherit (pkgs.SDL2_classic or pkgs.SDL2) pname version src meta;
7474
postPatch = ''
7575
# remove .rc
7676
sed -ie 's?''${VERSION_SOURCES}??' CMakeLists.txt

0 commit comments

Comments
 (0)