about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-05-27 21:53:50 +0300
committerK900 <me@0upti.me>2023-05-28 08:46:28 +0300
commitdc6fd4b5e7e6e0788448f2e8f7370aa2a163838f (patch)
tree6fad737a83ac0d5188a70e020c5fa3c9cb237bb8 /pkgs/tools/graphics/graphviz
parent003f914d04fc49a7c3a00b64be99e51f133a64b0 (diff)
graphviz: drop libdevil backend
Seems unmaintained upstream, both the backend and the library, and
the feature set is already covered by other backends.

Removes a Mesa dependency, which is especially relevant in light of #233265.
Diffstat (limited to 'pkgs/tools/graphics/graphviz')
-rw-r--r--pkgs/tools/graphics/graphviz/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/graphviz/default.nix b/pkgs/tools/graphics/graphviz/default.nix
index ee7350fbc9dbc..5ecb8642c5b04 100644
--- a/pkgs/tools/graphics/graphviz/default.nix
+++ b/pkgs/tools/graphics/graphviz/default.nix
@@ -10,7 +10,6 @@
 , fontconfig
 , gd
 , gts
-, libdevil
 , libjpeg
 , libpng
 , libtool
@@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
     fontconfig
     gd
     gts
-    libdevil
     pango
     bash
   ] ++ optionals withXorg (with xorg; [ libXrender libXaw libXpm ])