summary refs log tree commit diff
path: root/pkgs/applications/window-managers/jay
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-20 21:44:31 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-20 22:02:53 +0000
commit6308a174648fffc7eb895c064d17d19af115b500 (patch)
treec3883cd519ce21ed41afd6661036700d39bdaa13 /pkgs/applications/window-managers/jay
parentc0ca495400b26ea1b363d06635ff727cf879d5fe (diff)
downloadnixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar.gz
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar.bz2
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar.lz
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar.xz
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.tar.zst
nixpkgs-6308a174648fffc7eb895c064d17d19af115b500.zip
jay: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
Diffstat (limited to 'pkgs/applications/window-managers/jay')
-rw-r--r--pkgs/applications/window-managers/jay/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/jay/default.nix b/pkgs/applications/window-managers/jay/default.nix
index 0e233dd86ac..1b58fa0f2c8 100644
--- a/pkgs/applications/window-managers/jay/default.nix
+++ b/pkgs/applications/window-managers/jay/default.nix
@@ -1,6 +1,7 @@
 { lib
 , rustPlatform
 , fetchFromGitHub
+, libGL
 , libinput
 , libxkbcommon
 , mesa
@@ -22,6 +23,7 @@ rustPlatform.buildRustPackage rec {
   cargoSha256 = "sha256-zSq6YBlm6gJXGlF9xZ8gWSTMewdNqrJzwP58a0x8QIU=";
 
   buildInputs = [
+    libGL
     libxkbcommon
     mesa
     pango