sdl2-compat: 2.32.52 -> 2.32.54#395227
Conversation
There was a problem hiding this comment.
The changelog states that sdl2_compat.pc has been renamed to sdl2-compat.pc, the package will need to be adjusted for this.
Edit: Also this requires #395231 since they raised the SDL3 version requirement.
Merged! |
|
I'll rebase after 7-8 hours. |
what happened to this plan? And please adjust the symlink pointing to |
I just forgot, wait a minute. |
I applied it. |
LordGrimmauld
left a comment
There was a problem hiding this comment.
The change itself is correct - however, since #393386 sdl2-compat became a mass rebuild. Merging it to master might be problematic. This might have to target staging/staging-next, i'll have to check procedures here.
|
After asking people in the staging channel on matrix, i was told this should probably go to |
|
|
|
There was a problem hiding this comment.
@MisileLab passthru tests will fail unless you fix the meta, as pointed out by nadia:
diff --git a/pkgs/by-name/sd/sdl2-compat/package.nix b/pkgs/by-name/sd/sdl2-compat/package.nix
index fb6d419e7969..23da12cc8057 100644
--- a/pkgs/by-name/sd/sdl2-compat/package.nix
+++ b/pkgs/by-name/sd/sdl2-compat/package.nix
@@ -108,6 +108,6 @@ stdenv.mkDerivation (finalAttrs: {
marcin-serwin
];
platforms = lib.platforms.all;
- pkgConfigModules = [ "sdl2_compat" ];
+ pkgConfigModules = [ "sdl2-compat" ];
};
})Would love to get this merged soon, but the fix would be nice before that.
https://github.com/libsdl-org/sdl2-compat/releases/tag/release-2.32.54 Signed-off-by: misilelab <misileminecord@gmail.com>
https://github.com/libsdl-org/sdl2-compat/releases/tag/release-2.32.54
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.