rambox: upgrade to electron 4

This is what upstream uses as well
This commit is contained in:
Jörg Thalheim 2019-06-25 07:51:07 +01:00
parent bf36d566fc
commit ebe4375ff4
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -1,6 +1,6 @@
{ stdenv, newScope, makeWrapper
, wrapGAppsHook, gnome3, glib
, electron_3, xdg_utils, makeDesktopItem
, electron, xdg_utils, makeDesktopItem
, auth0ClientID ? "0spuNKfIGeLAQ_Iki9t3fGxbfJl3k8SU"
, auth0Domain ? "nixpkgs.auth0.com" }:
@ -43,7 +43,7 @@ stdenv.mkDerivation {
'';
postFixup = ''
makeWrapper ${electron_3}/bin/electron $out/bin/rambox \
makeWrapper ${electron}/bin/electron $out/bin/rambox \
--add-flags "${rambox-bare} --without-update" \
"''${gappsWrapperArgs[@]}" \
--prefix PATH : ${xdg_utils}/bin