libreoffice: offer the qt variant in still and fresh versions
This commit is contained in:
parent
2a3616e0e0
commit
a336eed1ba
1 changed files with 15 additions and 1 deletions
|
@ -32732,6 +32732,10 @@ with pkgs;
|
|||
|
||||
libreoffice = hiPrio libreoffice-still;
|
||||
|
||||
libreoffice-qt = hiPrio libreoffice-qt-still;
|
||||
|
||||
libreoffice-qt-unwrapped = libreoffice-qt.unwrapped;
|
||||
|
||||
libreoffice-unwrapped = libreoffice.unwrapped;
|
||||
|
||||
libreoffice-args = {
|
||||
|
@ -32753,13 +32757,23 @@ with pkgs;
|
|||
boost = boost179;
|
||||
};
|
||||
|
||||
libreoffice-qt = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||
libreoffice-qt-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||
unwrapped = libsForQt5.callPackage ../applications/office/libreoffice
|
||||
(libreoffice-args // {
|
||||
kdeIntegration = true;
|
||||
variant = "fresh";
|
||||
});
|
||||
});
|
||||
libreoffice-qt-fresh-unwrapped = libreoffice-qt-fresh.unwrapped;
|
||||
|
||||
libreoffice-qt-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||
unwrapped = libsForQt5.callPackage ../applications/office/libreoffice
|
||||
(libreoffice-args // {
|
||||
kdeIntegration = true;
|
||||
variant = "still";
|
||||
});
|
||||
});
|
||||
libreoffice-qt-still-unwrapped = libreoffice-qt-still.unwrapped;
|
||||
|
||||
libreoffice-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||
unwrapped = callPackage ../applications/office/libreoffice
|
||||
|
|
Loading…
Reference in a new issue