xorg: Use build dependencies where appropriate
This commit is contained in:
parent
2870c99cef
commit
df5b0ce589
@ -12570,11 +12570,12 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
|
|
||||||
xorg = recurseIntoAttrs (lib.callPackagesWith pkgs ../servers/x11/xorg/default.nix {
|
xorg = recurseIntoAttrs (lib.callPackagesWith pkgs ../servers/x11/xorg/default.nix {
|
||||||
inherit clangStdenv fetchurl fetchgit fetchpatch stdenv pkgconfig intltool freetype fontconfig
|
inherit clangStdenv fetchurl fetchgit fetchpatch stdenv intltool freetype fontconfig
|
||||||
libxslt expat libpng zlib perl mesa_drivers spice_protocol libunwind
|
libxslt expat libpng zlib perl mesa_drivers spice_protocol libunwind
|
||||||
dbus libuuid openssl gperf m4 libevdev tradcpp libinput mcpp makeWrapper autoreconfHook
|
dbus libuuid openssl gperf m4 libevdev tradcpp libinput mcpp makeWrapper autoreconfHook
|
||||||
autoconf automake libtool xmlto asciidoc flex bison mtdev pixman
|
autoconf automake libtool mtdev pixman
|
||||||
cairo epoxy;
|
cairo epoxy;
|
||||||
|
inherit (buildPackages) pkgconfig xmlto asciidoc flex bison;
|
||||||
inherit (darwin) apple_sdk cf-private libobjc;
|
inherit (darwin) apple_sdk cf-private libobjc;
|
||||||
bootstrap_cmds = if stdenv.isDarwin then darwin.bootstrap_cmds else null;
|
bootstrap_cmds = if stdenv.isDarwin then darwin.bootstrap_cmds else null;
|
||||||
mesa = mesa_noglu;
|
mesa = mesa_noglu;
|
||||||
|
Loading…
Reference in New Issue
Block a user