about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-20 21:44:03 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-20 22:02:44 +0000
commitde928d3fd7c36d49a7b9ef59f38055ceb8928e19 (patch)
tree107083114ae8812bd29571646da36813718da068
parentc4e8f6072b0d9bcaeab546563733042956df760c (diff)
hyprland: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprland/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
index 14a38ec9effcf..ae326a92044f2 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
@@ -10,6 +10,7 @@
 , git
 , hyprland-protocols
 , jq
+, libGL
 , libdrm
 , libexecinfo
 , libinput
@@ -82,6 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
       cairo
       git
       hyprland-protocols
+      libGL
       libdrm
       libinput
       libxkbcommon