Merge pull request #317308 from SuperSandro2000/libreoffice-qt6

libreoffice: add libreoffice-qt6{,-unwrapped} aliases, little cleanup
This commit is contained in:
K900
2024-06-20 15:33:40 +03:00
committed by GitHub
+4 -3
View File
@@ -32297,13 +32297,11 @@ with pkgs;
libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { };
libreoffice = hiPrio libreoffice-still;
libreoffice-unwrapped = libreoffice.unwrapped;
libreoffice-qt = hiPrio libreoffice-qt-still;
libreoffice-qt-unwrapped = libreoffice-qt.unwrapped;
libreoffice-unwrapped = libreoffice.unwrapped;
libreoffice-qt-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
unwrapped = libsForQt5.callPackage ../applications/office/libreoffice {
kdeIntegration = true;
@@ -32320,6 +32318,9 @@ with pkgs;
});
libreoffice-qt-still-unwrapped = libreoffice-qt-still.unwrapped;
libreoffice-qt6 = hiPrio libreoffice-qt6-still;
libreoffice-qt6-unwrapped = libreoffice-qt6.unwrapped;
libreoffice-qt6-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
unwrapped = kdePackages.callPackage ../applications/office/libreoffice {
kdeIntegration = true;