diff options
author | Mihai Fufezan <[email protected]> | 2024-08-21 22:37:28 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-08-21 22:37:28 +0300 |
commit | 1b1ecf77e0c195460eb5335652d65de6fd83cf7b (patch) | |
tree | 82dbb63b9261d507a514293edd225bcb0ed37c9c /nix | |
parent | 883463f9dd7f1cdc68c3e32017c0a71ccbe39b26 (diff) | |
download | Hyprland-1b1ecf77e0c195460eb5335652d65de6fd83cf7b.tar.gz Hyprland-1b1ecf77e0c195460eb5335652d65de6fd83cf7b.zip |
Nix: include xcursor regardless of xwayland
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 9bae9d83..c8eaf731 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -136,11 +136,11 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov tomlplusplus wayland wayland-protocols + xorg.libXcursor ] (lib.optionals stdenv.hostPlatform.isMusl [libexecinfo]) (lib.optionals enableXWayland [ xorg.libxcb - xorg.libXcursor xorg.libXdmcp xorg.xcbutil xorg.xcbutilerrors |