mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
yelp: adding groff to build inputs for man pages
This commit is contained in:
parent
76223aa4b2
commit
93d8c3dea5
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user