Catchup
This commit is contained in:
@@ -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
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user