inkscape: Disable X support
This commit is contained in:
parent
4ae99ede0b
commit
aa00a00700
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ in genAttrs [
|
||||||
withWindowSystem = "wayland";
|
withWindowSystem = "wayland";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
inkscape = prev.inkscape.overrideAttrs (prevAttrs: {
|
||||||
|
cmakeFlags = prevAttrs.cmakeFlags or [ ]
|
||||||
|
++ [ "-DWITH_X11:BOOL=OFF" ];
|
||||||
|
});
|
||||||
|
|
||||||
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
||||||
buildInputs = prevAttrs.buildInputs or [ ]
|
buildInputs = prevAttrs.buildInputs or [ ]
|
||||||
++ [ final.libGL ];
|
++ [ final.libGL ];
|
||||||
|
|
Loading…
Reference in a new issue