summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk/3.x.nix
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2021-04-04 18:58:08 +0200
committerGabriel Ebner <gebner@gebner.org>2021-04-09 09:26:12 +0200
commitcd65dfa14cd2b0e665dd37595ded55b23f1e52cd (patch)
tree72b1610cca0a1bf4596dd7a57b9f847aa93b818c /pkgs/development/libraries/gtk/3.x.nix
parent4bff6d04e44c0bf19c7a0975f882883ba2212a6a (diff)
downloadnixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar.gz
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar.bz2
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar.lz
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar.xz
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.tar.zst
nixpkgs-cd65dfa14cd2b0e665dd37595ded55b23f1e52cd.zip
gtk3: use libGL instead of mesa
Diffstat (limited to 'pkgs/development/libraries/gtk/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index d1e478ded26..0d4bec5f344 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -36,7 +36,7 @@
 , tracker
 , x11Support ? stdenv.isLinux
 , waylandSupport ? stdenv.isLinux
-, mesa
+, libGL
 , wayland
 , wayland-protocols
 , xineramaSupport ? stdenv.isLinux
@@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
     # explicitly propagated, always needed
     Cocoa
   ] ++ lib.optionals waylandSupport [
-    mesa
+    libGL
     wayland
     wayland-protocols
   ] ++ lib.optionals xineramaSupport [