* groff: don't build with ghostscript as a dependency by default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14064
This commit is contained in:
parent
090e1f1180
commit
039d22f2d4
1 changed files with 2 additions and 1 deletions
|
@ -749,7 +749,8 @@ let
|
|||
};
|
||||
|
||||
groff = import ../tools/text/groff {
|
||||
inherit fetchurl stdenv ghostscript perl;
|
||||
inherit fetchurl stdenv perl;
|
||||
ghostscript = null;
|
||||
};
|
||||
|
||||
grub = import ../tools/misc/grub {
|
||||
|
|
Loading…
Reference in a new issue