Merge pull request #219593 from Zahrun/add/libreoffice-still-qt

libreoffice: offer the qt variant in still and fresh versions
This commit is contained in:
7c6f434c
2024-03-24 10:31:25 +00:00
committed by GitHub
+15 -1
View File
@@ -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