Merge branch 'master' into x-updates
Conflicts (easy): pkgs/desktops/xfce/core/xfdesktop.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/pango/default.nix
This commit is contained in:
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = with xlibs;
|
||||
[ pkgconfig x11 fontconfig libXrender expat ]
|
||||
[ pkgconfig x11 fontconfig expat ]
|
||||
++ stdenv.lib.optional (!stdenv.isDarwin) libXrender
|
||||
++ stdenv.lib.optionals xcbSupport [ libxcb xcbutil ]
|
||||
++ stdenv.lib.optionals glSupport [ mesa ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user