* groff: don't build with ghostscript as a dependency by default.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14064
This commit is contained in:
Eelco Dolstra 2009-02-12 22:33:17 +00:00
parent 090e1f1180
commit 039d22f2d4

View file

@ -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 {