mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
universal-ctags: generate manpage
This commit is contained in:
parent
6558f81bc9
commit
c2f928d44e
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl }:
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl, pythonPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "universal-ctags-${version}";
|
||||
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0nwcf5mh3ba0g23zw7ym73pgpfdass412k2fy67ryr9vnc709jkj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pythonPackages.docutils ];
|
||||
buildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
# remove when https://github.com/universal-ctags/ctags/pull/1267 is merged
|
||||
|
Loading…
Reference in New Issue
Block a user