Drop libreoffice

This commit is contained in:
Mikael 2024-08-31 23:25:53 +02:00
parent fa507f5f71
commit 7d885915a8
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0
2 changed files with 0 additions and 10 deletions

View file

@ -50,7 +50,6 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
inkscape
jellyfin-mpv-shim
keepassxc
libreoffice-fresh
obsidian
restic
signal-desktop

View file

@ -111,15 +111,6 @@ in genAttrs [
++ [ (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: {
inherit (final') qt5;