Merge pull request #60962 from cawilliamson/patch-1

rambox-pro: Switch to using correct electron path
This commit is contained in:
Renaud
2019-05-05 10:08:35 +02:00
committed by GitHub
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
makeWrapper ${electron}/lib/electron/.electron-wrapped $out/bin/ramboxpro \
makeWrapper ${electron}/bin/electron $out/bin/ramboxpro \
--add-flags "$out/opt/RamboxPro/resources/app.asar.unpacked --without-update" \
--prefix PATH : ${xdg_utils}/bin
'';