Merge release-21.05 into staging-next-21.05
This commit is contained in:
commit
4e9035a9ea
@ -146,10 +146,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
ln -s $out/share/desktopeditors/DesktopEditors $out/bin/DesktopEditors
|
ln -s $out/share/desktopeditors/DesktopEditors $out/bin/DesktopEditors
|
||||||
|
|
||||||
wrapProgram $out/bin/DesktopEditors \
|
|
||||||
--set QT_XKB_CONFIG_ROOT ${xkeyboard_config}/share/X11/xkb \
|
|
||||||
--set QTCOMPOSE ${xorg.libX11.out}/share/X11/locale
|
|
||||||
|
|
||||||
substituteInPlace $out/share/applications/onlyoffice-desktopeditors.desktop \
|
substituteInPlace $out/share/applications/onlyoffice-desktopeditors.desktop \
|
||||||
--replace "/usr/bin/onlyoffice-desktopeditor" "$out/bin/DesktopEditor"
|
--replace "/usr/bin/onlyoffice-desktopeditor" "$out/bin/DesktopEditor"
|
||||||
|
|
||||||
@ -157,7 +153,13 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${runtimeLibs}" )
|
gappsWrapperArgs+=(
|
||||||
|
--prefix LD_LIBRARY_PATH : "${runtimeLibs}" \
|
||||||
|
--set QT_XKB_CONFIG_ROOT "${xkeyboard_config}/share/X11/xkb" \
|
||||||
|
--set QTCOMPOSE "${xorg.libX11.out}/share/X11/locale" \
|
||||||
|
--set QT_QPA_PLATFORM "xcb"
|
||||||
|
# the bundled version of qt does not support wayland
|
||||||
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -8,12 +8,12 @@ let
|
|||||||
|
|
||||||
commonVer = "4.10";
|
commonVer = "4.10";
|
||||||
version = "3.70";
|
version = "3.70";
|
||||||
dl = "8/0100007658/08";
|
dl = "4/0100010264/01";
|
||||||
|
|
||||||
versionNoDots = builtins.replaceStrings ["."] [""] version;
|
versionNoDots = builtins.replaceStrings ["."] [""] version;
|
||||||
src_canon = fetchurl {
|
src_canon = fetchurl {
|
||||||
url = "http://gdlp01.c-wss.com/gds/${dl}/linux-UFRII-drv-v${versionNoDots}-uken-05.tar.gz";
|
url = "http://gdlp01.c-wss.com/gds/${dl}/linux-UFRII-drv-v${versionNoDots}-uken-07.tar.gz";
|
||||||
sha256 = "0424lvyrsvsb94qga4p4ldis7f714c5yw5ydv3f84mdl2a7papg0";
|
sha256 = "01nxpg3h1c64p5skxv904fg5c4sblmif486vkij2v62wwn6l65pz";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user