summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorHoàng Minh Thắng <p@banphim.net>2016-08-24 13:55:02 +0700
committerHoàng Minh Thắng <p@banphim.net>2016-08-25 16:09:21 +0700
commit93d8c3dea5199bb1a1fc094489fab0875e6ccfb7 (patch)
tree9c722bbdaf6b9fcf11b070c0c7518d813c3e0b7d /pkgs/desktops/gnome-3
parent76223aa4b2cc7ebda27a93f00829bd447701740a (diff)
downloadnixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar.gz
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar.bz2
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar.lz
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar.xz
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.tar.zst
nixlib-93d8c3dea5199bb1a1fc094489fab0875e6ccfb7.zip
yelp: adding groff to build inputs for man pages
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/yelp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/3.20/core/yelp/default.nix b/pkgs/desktops/gnome-3/3.20/core/yelp/default.nix
index 13464137bd8b..4ee79bbc3dc5 100644
--- a/pkgs/desktops/gnome-3/3.20/core/yelp/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/yelp/default.nix
@@ -1,5 +1,5 @@
 { stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
-, file, librsvg, gnome3, gdk_pixbuf, sqlite
+, file, librsvg, gnome3, gdk_pixbuf, sqlite, groff
 , bash, makeWrapper, itstool, libxml2, libxslt, icu, gst_all_1
 , wrapGAppsHook }:
 
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ pkgconfig gtk3 glib webkitgtk intltool itstool sqlite
                   libxml2 libxslt icu file makeWrapper gnome3.yelp_xsl
-                  librsvg gdk_pixbuf gnome3.defaultIconTheme
+                  librsvg gdk_pixbuf gnome3.defaultIconTheme groff
                   gnome3.gsettings_desktop_schemas wrapGAppsHook
                   gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ];