Drop obsolete graphviz dependency

This commit is contained in:
Eelco Dolstra 2015-07-08 16:30:58 +02:00
parent d8acaf2181
commit 296213e90a

View file

@ -159,7 +159,7 @@ in rec {
hydraPath = lib.makeSearchPath "bin" (
[ libxslt sqlite subversion openssh nix coreutils findutils
gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial darcs gnused graphviz bazaar
gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial darcs gnused bazaar
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] );
preCheck = ''