This commit is contained in:
2026-01-31 00:08:41 -05:00
parent 987df4ff14
commit c89318349d
9 changed files with 45 additions and 47 deletions

View File

@@ -11,11 +11,11 @@
in {
glfw3-minecraft = prev.glfw3-minecraft.overrideAttrs (old: {
patches = [ (builtins.head old.patches) ] ++ [
(patch' "0001-Key-Modifiers-Fix")
(patch' "0002-Fix-duplicate-pointer-scroll-events")
(patch' "0003-Implement-glfwSetCursorPosWayland")
(patch' "0004-Fix-Window-size-on-unset-fullscreen")
(patch' "0005-Avoid-error-on-startup")
# (patch' "0001-Key-Modifiers-Fix")
# (patch' "0002-Fix-duplicate-pointer-scroll-events")
# (patch' "0003-Implement-glfwSetCursorPosWayland")
# (patch' "0004-Fix-Window-size-on-unset-fullscreen")
# (patch' "0005-Avoid-error-on-startup")
./0006-DontCrashWindowPos.patch
];
});