3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
K900 2023-05-27 21:53:50 +03:00
parent 003f914d04
commit dc6fd4b5e7
2 changed files with 0 additions and 3 deletions

View file

@ -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 ])

View file

@ -8206,7 +8206,6 @@ with pkgs;
graphviz-nox = callPackage ../tools/graphics/graphviz {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
withXorg = false;
libdevil = libdevil-nox;
};
grass-sass = callPackage ../tools/misc/grass-sass { };