forked from mirrors/nixpkgs
rambox: downgrade electron to 3.x
This commit is contained in:
parent
66c1f82631
commit
fdb87a0fee
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, newScope, makeWrapper
|
{ stdenv, newScope, makeWrapper
|
||||||
, wrapGAppsHook, gnome3, glib
|
, wrapGAppsHook, gnome3, glib
|
||||||
, electron, xdg_utils, makeDesktopItem
|
, electron_3, xdg_utils, makeDesktopItem
|
||||||
, auth0ClientID ? "0spuNKfIGeLAQ_Iki9t3fGxbfJl3k8SU"
|
, auth0ClientID ? "0spuNKfIGeLAQ_Iki9t3fGxbfJl3k8SU"
|
||||||
, auth0Domain ? "nixpkgs.auth0.com" }:
|
, auth0Domain ? "nixpkgs.auth0.com" }:
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
makeWrapper ${electron}/bin/electron $out/bin/rambox \
|
makeWrapper ${electron_3}/bin/electron $out/bin/rambox \
|
||||||
--add-flags "${rambox-bare} --without-update" \
|
--add-flags "${rambox-bare} --without-update" \
|
||||||
"''${gappsWrapperArgs[@]}" \
|
"''${gappsWrapperArgs[@]}" \
|
||||||
--prefix PATH : ${xdg_utils}/bin
|
--prefix PATH : ${xdg_utils}/bin
|
||||||
|
|
Loading…
Reference in a new issue