super-productivity: use electron_13

This commit is contained in:
LeUlukai
2021-12-29 21:41:38 +01:00
parent 5af8543c34
commit 61d5e58435
2 changed files with 4 additions and 5 deletions
@@ -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";
+3 -1
View File
@@ -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;