File tree Expand file tree Collapse file tree 3 files changed +46
-42
lines changed
by-name/on/onlyoffice-desktopeditors Expand file tree Collapse file tree 3 files changed +46
-42
lines changed Original file line number Diff line number Diff line change 1- { stdenv
2- , lib
3- , fetchurl
4- , buildFHSEnv
1+ {
2+ stdenv ,
3+ lib ,
4+ fetchurl ,
5+ buildFHSEnv ,
56 # Alphabetic ordering below
6- , alsa-lib
7- , at-spi2-atk
8- , atk
9- , autoPatchelfHook
10- , cairo
11- , curl
12- , dbus
13- , dconf
14- , dpkg
15- , fontconfig
16- , gcc-unwrapped
17- , gdk-pixbuf
18- , glib
19- , glibc
20- , gsettings-desktop-schemas
21- , gst_all_1
22- , gtk2
23- , gtk3
24- , libpulseaudio
25- , libudev0-shim
26- , libdrm
27- , makeWrapper
28- , mesa
29- , noto-fonts-cjk-sans
30- , nspr
31- , nss
32- , pulseaudio
33- , qt5
34- , wrapGAppsHook3
35- , xkeyboard_config
36- , xorg
7+ alsa-lib ,
8+ at-spi2-atk ,
9+ atk ,
10+ autoPatchelfHook ,
11+ cairo ,
12+ curl ,
13+ dbus ,
14+ dconf ,
15+ dpkg ,
16+ fontconfig ,
17+ gcc-unwrapped ,
18+ gdk-pixbuf ,
19+ glib ,
20+ glibc ,
21+ gsettings-desktop-schemas ,
22+ gst_all_1 ,
23+ gtk2 ,
24+ gtk3 ,
25+ libpulseaudio ,
26+ libudev0-shim ,
27+ libdrm ,
28+ makeWrapper ,
29+ mesa ,
30+ noto-fonts-cjk-sans ,
31+ nspr ,
32+ nss ,
33+ pulseaudio ,
34+ qt5 ,
35+ wrapGAppsHook3 ,
36+ xkeyboard_config ,
37+ xorg ,
3738} :
3839let
3940
6566
6667 derivation = stdenv . mkDerivation rec {
6768 pname = "onlyoffice-desktopeditors" ;
68- version = "8.1.0 " ;
69+ version = "8.1.1 " ;
6970 minor = null ;
7071 src = fetchurl {
7172 url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${ version } /onlyoffice-desktopeditors_amd64.deb" ;
72- hash = "sha256-hS1+gLN17sP3EFud3fQXRWeFiQbrumBONLjqXEl89Js =" ;
73+ hash = "sha256-RwWIYcbYljDqWRJcXCDODjVeYnp9xreNGO2l2aqWJ9w =" ;
7374 } ;
7475
7576 nativeBuildInputs = [
@@ -184,15 +185,17 @@ buildFHSEnv {
184185
185186 passthru . updateScript = ./update.sh ;
186187
187- meta = with lib ; {
188+ meta = {
188189 description = "Office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents" ;
189- mainProgram = "onlyoffice-desktopeditors" ;
190190 homepage = "https://www.onlyoffice.com/" ;
191191 downloadPage = "https://github.com/ONLYOFFICE/DesktopEditors/releases" ;
192192 changelog = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md" ;
193193 platforms = [ "x86_64-linux" ] ;
194- sourceProvenance = with sourceTypes ; [ binaryNativeCode ] ;
195- license = licenses . agpl3Plus ;
196- maintainers = with maintainers ; [ nh2 gtrunsec ] ;
194+ sourceProvenance = with lib . sourceTypes ; [ binaryNativeCode ] ;
195+ license = lib . licenses . agpl3Plus ;
196+ maintainers = with lib . maintainers ; [
197+ nh2
198+ gtrunsec
199+ ] ;
197200 } ;
198201}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -1181,6 +1181,7 @@ mapAliases ({
11811181 optparse-bash = throw "'optparse-bash' (GitHub: nk412/optparse) has been removed. Use 'argparse' instead" ; # Added 2024-01-12
11821182 orchis = orchis-theme ; # Added 2021-06-09
11831183 oni2 = throw "oni2 was removed, because it is unmaintained and was abandoned years ago." ; #Added 2024-01-15
1184+ onlyoffice-bin = onlyoffice-desktopeditors ; # Added 2024-09-20
11841185 onlyoffice-bin_latest = onlyoffice-bin ; # Added 2024-07-03
11851186 onlyoffice-bin_7_2 = throw "onlyoffice-bin_7_2 has been removed. Please use the latest version available under onlyoffice-bin" ; # Added 2024-07-03
11861187 onlyoffice-bin_7_5 = throw "onlyoffice-bin_7_5 has been removed. Please use the latest version available under onlyoffice-bin" ; # Added 2024-07-03
You can’t perform that action at this time.
0 commit comments