llvm6: drop perl and groff, as in llvm4/5

This commit is contained in:
Will Dietz 2018-02-19 19:17:52 -06:00
parent e876e97ef0
commit c3e16a42ee

View File

@ -1,8 +1,6 @@
{ stdenv
, fetch
, fetchpatch
, perl
, groff
, cmake
, python
, libffi
@ -41,7 +39,7 @@ in stdenv.mkDerivation (rec {
outputs = [ "out" "python" ]
++ stdenv.lib.optional enableSharedLibraries "lib";
nativeBuildInputs = [ perl groff cmake python ]
nativeBuildInputs = [ cmake python ]
++ stdenv.lib.optional enableManpages python.pkgs.sphinx;
buildInputs = [ libxml2 libffi ]