mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
geogebra6: switch to electron_14
arch uses electron_14 for their package
electron_12 is eol
(cherry picked from commit 3c35508df5)
This commit is contained in:
committed by
github-actions[bot]
parent
4334bbe638
commit
d28bbe114f
@@ -31812,7 +31812,7 @@ with pkgs;
|
||||
|
||||
geogebra = callPackage ../applications/science/math/geogebra { };
|
||||
geogebra6 = callPackage ../applications/science/math/geogebra/geogebra6.nix {
|
||||
electron = electron_12;
|
||||
electron = electron_14;
|
||||
};
|
||||
|
||||
maxima = callPackage ../applications/science/math/maxima {
|
||||
|
||||
Reference in New Issue
Block a user