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

This commit is contained in:
obadz 2016-08-10 14:35:14 +01:00
parent 04f0cb86d0
commit 8df7571bbc

View file

@ -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 = [];
};
}