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:
parent
003f914d04
commit
dc6fd4b5e7
|
@ -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 ])
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue