forked from mirrors/nixpkgs
libXi: build man pages
svn path=/nixpkgs/trunk/; revision=20089
This commit is contained in:
parent
fd18682bc4
commit
f57a5d2273
|
@ -704,7 +704,7 @@ let
|
|||
url = mirror://xorg/X11R7.5/src/everything/libXi-1.3.tar.bz2;
|
||||
sha256 = "0jwl19w8ry30v4wyar3fv9xbhzp3fbx1mq6p7c342s1qc068qarn";
|
||||
};
|
||||
buildInputs = [pkgconfig inputproto libX11 libXext xextproto xproto ];
|
||||
buildInputs = [pkgconfig inputproto libX11 libXext xextproto xproto xmlto asciidoc ];
|
||||
})) // {inherit inputproto libX11 libXext xextproto xproto ;};
|
||||
|
||||
libXinerama = (stdenv.mkDerivation ((if overrides ? libXinerama then overrides.libXinerama else x: x) {
|
||||
|
|
|
@ -5583,7 +5583,7 @@ let
|
|||
inherit fetchurl fetchsvn stdenv pkgconfig freetype fontconfig
|
||||
libxslt expat libdrm libpng zlib perl mesa
|
||||
xkeyboard_config dbus hal libuuid openssl gperf m4
|
||||
automake autoconf libtool;
|
||||
automake autoconf libtool xmlto asciidoc;
|
||||
|
||||
# !!! pythonBase is use instead of python because this cause an infinite
|
||||
# !!! recursion when the flag python.full is set to true. Packages
|
||||
|
|
Loading…
Reference in a new issue