libreoffice: Use fresh variant
This commit is contained in:
parent
bd6d469e81
commit
dd1bab10cd
2 changed files with 8 additions and 5 deletions
|
@ -50,7 +50,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
inkscape
|
||||
jellyfin-mpv-shim
|
||||
keepassxc
|
||||
libreoffice
|
||||
libreoffice-fresh
|
||||
obsidian
|
||||
restic
|
||||
signal-desktop
|
||||
|
|
|
@ -108,11 +108,14 @@ 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-unwrapped = prev.libreoffice-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;
|
||||
|
|
Loading…
Reference in a new issue