summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-02-18 18:11:34 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-02-18 18:15:51 -0800
commit47f9a276c3d1f34f37e0f61a62e350e22f44ae7b (patch)
tree00d9ae568b090c3f0cc8068421b32df4942f7a16 /pkgs/top-level
parentf94d0c3aa7a61c1b77e6994adb586f1f2c57f10c (diff)
downloadnixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar.gz
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar.bz2
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar.lz
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar.xz
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.tar.zst
nixlib-47f9a276c3d1f34f37e0f61a62e350e22f44ae7b.zip
graphviz: Add a no x dependency version
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ee1f4a49fbfd..c43979a880f2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1438,6 +1438,10 @@ let
 
   graphviz = callPackage ../tools/graphics/graphviz { };
 
+  graphviz-nox = callPackage ../tools/graphics/graphviz {
+    xlibs = null;
+  };
+
   /* Readded by Michael Raskin. There are programs in the wild
    * that do want 2.0 but not 2.22. Please give a day's notice for
    * objections before removal. The feature is integer coordinates