super-productivity: use electron_13
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron_12 }:
|
||||
{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron }:
|
||||
|
||||
let
|
||||
electron = electron_12;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "super-productivity";
|
||||
version = "7.8.0";
|
||||
|
||||
@@ -25883,7 +25883,9 @@ with pkgs;
|
||||
|
||||
srain = callPackage ../applications/networking/irc/srain { };
|
||||
|
||||
super-productivity = callPackage ../applications/office/super-productivity { };
|
||||
super-productivity = callPackage ../applications/office/super-productivity {
|
||||
electron = electron_13;
|
||||
};
|
||||
|
||||
wlroots = callPackage ../development/libraries/wlroots {
|
||||
inherit (xorg) xcbutilrenderutil;
|
||||
|
||||
Reference in New Issue
Block a user