1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 00:54:11 +00:00

llvm-{4,5}: remove perl, groff -- not needed

This commit is contained in:
Will Dietz 2018-01-15 15:05:12 -06:00
parent 4e5a4a92e8
commit 7e52676240
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 ]