Drop libreoffice
This commit is contained in:
parent
fa507f5f71
commit
7d885915a8
2 changed files with 0 additions and 10 deletions
|
@ -50,7 +50,6 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
inkscape
|
inkscape
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
keepassxc
|
keepassxc
|
||||||
libreoffice-fresh
|
|
||||||
obsidian
|
obsidian
|
||||||
restic
|
restic
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
|
@ -111,15 +111,6 @@ in genAttrs [
|
||||||
++ [ (mesonBool "tests" false) ];
|
++ [ (mesonBool "tests" false) ];
|
||||||
});
|
});
|
||||||
|
|
||||||
libreoffice-fresh = prev.libreoffice-fresh.override {
|
|
||||||
unwrapped = prev.libreoffice-fresh.unwrapped.overrideAttrs (prevAttrs: {
|
|
||||||
configureFlags = prevAttrs.configureFlags or [ ]
|
|
||||||
++ [ "--without-x" ];
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
libreoffice-fresh-unwrapped = final.libreoffice-fresh.unwrapped;
|
|
||||||
|
|
||||||
libsForQt5 = prev.libsForQt5.overrideScope (final: prev: {
|
libsForQt5 = prev.libsForQt5.overrideScope (final: prev: {
|
||||||
inherit (final') qt5;
|
inherit (final') qt5;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue