mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
graphviz-nox: Actually build without any deps on mesa or x11
This commit is contained in:
parent
a53da93b2b
commit
2cbd639b2a
1 changed files with 6 additions and 0 deletions
|
@ -1440,6 +1440,7 @@ let
|
|||
|
||||
graphviz-nox = callPackage ../tools/graphics/graphviz {
|
||||
xlibs = null;
|
||||
libdevil = libdevil-nox;
|
||||
};
|
||||
|
||||
/* Readded by Michael Raskin. There are programs in the wild
|
||||
|
@ -6078,6 +6079,11 @@ let
|
|||
|
||||
libdevil = callPackage ../development/libraries/libdevil { };
|
||||
|
||||
libdevil-nox = libdevil.override {
|
||||
libX11 = null;
|
||||
mesa = null;
|
||||
};
|
||||
|
||||
libdiscid = callPackage ../development/libraries/libdiscid { };
|
||||
|
||||
libdivsufsort = callPackage ../development/libraries/libdivsufsort { };
|
||||
|
|
Loading…
Reference in a new issue