cleanup cloudstation package
This commit is contained in:
parent
f75cf9bfa9
commit
61454f6d0a
1 changed files with 0 additions and 6 deletions
|
@ -15,7 +15,6 @@ let
|
|||
pkgs.dpkg
|
||||
pkgs.qt5.qtbase
|
||||
];
|
||||
#nativeBuildInputs = [ pkgs.qt5.wrapQtAppsHook ];
|
||||
src = fetchurl {
|
||||
url = "https://global.download.synology.com/download/Tools/CloudStationDrive/${version}-${release}/Ubuntu/Installer/x86_64/synology-cloud-station-drive-${release}.x86_64.deb";
|
||||
sha256 = "0v84yb70knmmjzp7lyn6jgy5bnfsfd47wmqh29phybqg4zk3d47j";
|
||||
|
@ -34,9 +33,6 @@ let
|
|||
echo -e "[Paths]\nPlugins = ${pkgs.qt5.qtbase.bin}/${pkgs.qt5.qtbase.qtPluginPrefix}" > $out/bin/qt.conf
|
||||
'';
|
||||
dontWrapQtApps = true;
|
||||
#preFixup = ''
|
||||
# wrapQtApp "$out/bin/launcher"
|
||||
#'';
|
||||
};
|
||||
|
||||
|
||||
|
@ -67,12 +63,10 @@ in buildFHSUserEnv {
|
|||
|
||||
runScript = writeScript "cloudstation" ''
|
||||
#!/usr/bin/env bash
|
||||
#export QT_PLUGIN_PATH="$QT_PLUGIN_PATH:${cloudstation}/lib/plugins/platforms"
|
||||
export QT_PLUGIN_PATH="${pkgs.qt5.qtbase.bin}/${pkgs.qt5.qtbase.qtPluginPrefix}"
|
||||
${cloudstation}/bin/launcher
|
||||
|
||||
export LD_LIBRARY_PATH="/home/stefan/.CloudStation/CloudStation.app/lib:$LD_LIBRARY_PATH"
|
||||
~/.CloudStation/CloudStation.app/bin/cloud-drive-ui
|
||||
type bash
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue