crashplan: fix .out in LD_LIBRARY_PATH

Closes #15388
This commit is contained in:
Matt McHenry
2016-05-11 10:11:45 -04:00
committed by Joachim Fasting
parent da061d06f9
commit df0e0adb11

View File

@@ -81,6 +81,6 @@ in stdenv.mkDerivation rec {
--replace crashplan/skin skin \
--replace bin/CrashPlanDesktop CrashPlanDesktop
wrapProgram $out/bin/CrashPlanDesktop --prefix LD_LIBRARY_PATH ":" "${gtk2}/lib:${glib}/lib:${libXtst}/lib"
wrapProgram $out/bin/CrashPlanDesktop --prefix LD_LIBRARY_PATH ":" "${stdenv.lib.makeLibraryPath [ gtk2 glib libXtst ]}"
'';
}