geogebra: don't build on hydra since derivation just unpacks jars

wip/yesman
obadz 8 years ago
parent 04f0cb86d0
commit 8df7571bbc
  1. 3
      pkgs/applications/science/math/geogebra/default.nix

@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
name = "geogebra-${version}";
version = "5.0.265.0";
preferLocalBuild = true;
src = fetchurl {
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
sha256 = "74e5abfa098ee0fc464cd391cd3ef6db474ff25e8ea4fbcd82c4b4b5d3d5c459";
@ -51,5 +53,6 @@ stdenv.mkDerivation rec {
homepage = https://www.geogebra.org/;
license = with licenses; [ gpl3 cc-by-nc-sa-30 geogebra ];
platforms = platforms.all;
hydraPlatforms = [];
};
}

Loading…
Cancel
Save