3
0
Fork 0
forked from mirrors/nixpkgs

Adding the awesome man pages.

svn path=/nixpkgs/trunk/; revision=20394
This commit is contained in:
Lluís Batlle i Rossell 2010-03-05 09:52:53 +00:00
parent 40d3c2f29a
commit 4523a86c92
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{stdenv, fetchurl, xz, cmake, gperf, imagemagick, pkgconfig, lua
, glib, cairo, pango, imlib2, libxcb, libxdg_basedir, xcbutil,
libstartup_notification, libev}:
, glib, cairo, pango, imlib2, libxcb, libxdg_basedir, xcbutil
, libstartup_notification, libev, asciidoc, xmlto, dbus, docbook_xsl
, docbook_xml_dtd_45, libxslt}:
stdenv.mkDerivation rec {
name = "awesome-3.4.4";
@ -11,7 +12,8 @@ stdenv.mkDerivation rec {
};
buildInputs = [ xz cmake gperf imagemagick pkgconfig lua glib cairo pango
imlib2 libxcb libxdg_basedir xcbutil libstartup_notification libev ];
imlib2 libxcb libxdg_basedir xcbutil libstartup_notification libev
asciidoc xmlto dbus docbook_xsl docbook_xml_dtd_45 libxslt ];
# Somehow libev does not get into the rpath, although it should.
# Something may be wrong in the gcc wrapper.

View file

@ -6736,7 +6736,8 @@ let
awesome = import ../applications/window-managers/awesome {
inherit fetchurl stdenv xz cmake gperf imagemagick pkgconfig imlib2 libxdg_basedir
libstartup_notification libev;
libstartup_notification libev asciidoc libxslt xmlto dbus docbook_xsl
docbook_xml_dtd_45;
inherit (gtkLibs) glib pango;
inherit (xorg) libxcb xcbutil;
lua = lua5;