mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
crashplan: fix CrashPlanDesktop binary
(cherry picked from commit 0d4acad489
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
3cb1ce8577
commit
972868c7e1
@ -0,0 +1,8 @@
|
||||
--- ./scripts/CrashPlanDesktop 2014-12-18 09:51:14.050804325 +0100
|
||||
+++ ./scripts/CrashPlanDesktop-1 2014-12-18 09:51:32.271009382 +0100
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
cd ${TARGETDIR}
|
||||
|
||||
-${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log &
|
||||
+${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop &
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "An online/offline backup solution";
|
||||
homepage = "http://www.crashplan.org";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ sztupi ];
|
||||
maintainers = with maintainers; [ sztupi iElectric ];
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper cpio ];
|
||||
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
manifestdir = "${vardir}/manifest";
|
||||
|
||||
patches = [ ./CrashPlanEngine.patch ];
|
||||
patches = [ ./CrashPlanEngine.patch ./CrashPlanDesktop.patch ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
|
Loading…
Reference in New Issue
Block a user