mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #17950 from myguidingstar/master
yelp: adding groff to build inputs for man pages
This commit is contained in:
commit
5f37b1f98b
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue