mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Adding the awesome man pages.
svn path=/nixpkgs/trunk/; revision=20394
This commit is contained in:
parent
40d3c2f29a
commit
4523a86c92
@ -1,6 +1,7 @@
|
|||||||
{stdenv, fetchurl, xz, cmake, gperf, imagemagick, pkgconfig, lua
|
{stdenv, fetchurl, xz, cmake, gperf, imagemagick, pkgconfig, lua
|
||||||
, glib, cairo, pango, imlib2, libxcb, libxdg_basedir, xcbutil,
|
, glib, cairo, pango, imlib2, libxcb, libxdg_basedir, xcbutil
|
||||||
libstartup_notification, libev}:
|
, libstartup_notification, libev, asciidoc, xmlto, dbus, docbook_xsl
|
||||||
|
, docbook_xml_dtd_45, libxslt}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "awesome-3.4.4";
|
name = "awesome-3.4.4";
|
||||||
@ -11,7 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ xz cmake gperf imagemagick pkgconfig lua glib cairo pango
|
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.
|
# Somehow libev does not get into the rpath, although it should.
|
||||||
# Something may be wrong in the gcc wrapper.
|
# Something may be wrong in the gcc wrapper.
|
||||||
|
@ -6736,7 +6736,8 @@ let
|
|||||||
|
|
||||||
awesome = import ../applications/window-managers/awesome {
|
awesome = import ../applications/window-managers/awesome {
|
||||||
inherit fetchurl stdenv xz cmake gperf imagemagick pkgconfig imlib2 libxdg_basedir
|
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 (gtkLibs) glib pango;
|
||||||
inherit (xorg) libxcb xcbutil;
|
inherit (xorg) libxcb xcbutil;
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
|
Loading…
Reference in New Issue
Block a user