7 lines
139 B
Nix
7 lines
139 B
Nix
|
{ lib, glfw-wayland-minecraft, ... }:
|
||
|
glfw-wayland-minecraft.overrideAttrs (o: {
|
||
|
patches = [
|
||
|
./suppress-wayland-errors.patch
|
||
|
];
|
||
|
})
|