libreoffice: Disable X support
This commit is contained in:
parent
8b07ac5364
commit
0346c562ee
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,12 @@ in genAttrs [
|
|||
++ [ (mesonBool "tests" false) ];
|
||||
});
|
||||
|
||||
|
||||
libreoffice-unwrapped = prev.libreoffice-unwrapped.overrideAttrs (prevAttrs: {
|
||||
configureFlags = prevAttrs.configureFlags or [ ]
|
||||
++ [ "--without-x" ];
|
||||
});
|
||||
|
||||
libsForQt5 = prev.libsForQt5.overrideScope (final: prev: {
|
||||
inherit (final') qt5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue