aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/wlroots
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-28 15:09:34 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-17 14:43:18 -0400
commit263f5891b65c841352f5230a1aa7e22ac418a042 (patch)
tree0a72ec795d88b01a36455067d803a17b40ca7ab2 /pkgs/development/libraries/wlroots
parentf7e2bb8cff563d00769a91658d859154f2cda38a (diff)
treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
Diffstat (limited to 'pkgs/development/libraries/wlroots')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index 47e1c37492c1..edb93169be28 100644
--- a/pkgs/development/libraries/wlroots/default.nix
+++ b/pkgs/development/libraries/wlroots/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, fetchpatch, meson, ninja, pkgconfig
, wayland, libGL, wayland-protocols, libinput, libxkbcommon, pixman
-, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa_noglu
+, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa
, libpng, ffmpeg_4
}:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland libGL wayland-protocols libinput libxkbcommon pixman
- xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa_noglu
+ xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa
libpng ffmpeg_4
];