* 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
@ -749,7 +749,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
groff = import ../tools/text/groff {
|
groff = import ../tools/text/groff {
|
||||||
inherit fetchurl stdenv ghostscript perl;
|
inherit fetchurl stdenv perl;
|
||||||
|
ghostscript = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
grub = import ../tools/misc/grub {
|
grub = import ../tools/misc/grub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user