Merge pull request #34177 from dtzWill/fix/llvm-remove-unneeded-deps

llvm-{4,5}: remove perl, groff -- not needed
This commit is contained in:
John Ericson 2018-01-22 19:26:29 -05:00 committed by GitHub
commit 796e2e8c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

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

View file

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