universal-ctags: generate manpage

This commit is contained in:
Matthieu Coudron 2017-09-22 11:11:42 +09:00
parent 6558f81bc9
commit c2f928d44e

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl }: { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl, pythonPackages }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "universal-ctags-${version}"; name = "universal-ctags-${version}";
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0nwcf5mh3ba0g23zw7ym73pgpfdass412k2fy67ryr9vnc709jkj"; sha256 = "0nwcf5mh3ba0g23zw7ym73pgpfdass412k2fy67ryr9vnc709jkj";
}; };
nativeBuildInputs = [ pythonPackages.docutils ];
buildInputs = [ autoreconfHook pkgconfig ]; buildInputs = [ autoreconfHook pkgconfig ];
# remove when https://github.com/universal-ctags/ctags/pull/1267 is merged # remove when https://github.com/universal-ctags/ctags/pull/1267 is merged