ikarus: remove

unmaintained, only works on 32 bit
This commit is contained in:
Robin Gloster 2017-03-03 13:42:31 +01:00
parent ac592121b9
commit bb9a37a2a5
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
3 changed files with 2 additions and 23 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, qt4, qwt6_qt4, mesa, glew, gdal_1_11, cgal
, proj, boost160, cmake, python2, doxygen, graphviz, gmp }:
, proj, boost159, cmake, python2, doxygen, graphviz, gmp }:
stdenv.mkDerivation rec {
name = "gplates-${version}";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost160 cmake python2
qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost159 cmake python2
doxygen graphviz gmp
];

View File

@ -1,19 +0,0 @@
{ stdenv, fetchurl, gmp }:
stdenv.mkDerivation rec {
version = "0.0.3";
name = "ikarus-${version}";
src = fetchurl {
url = "http://launchpad.net/ikarus/0.0/${version}/+download/${name}.tar.gz";
sha256 = "0d4vqwqfnj39l0gar2di021kcf6bfpkc6g40yapkmxm6sxpdcvjv";
};
buildInputs = [ gmp ];
meta = {
description = "Scheme compiler, aiming at R6RS";
homepage = http://ikarus-scheme.org/;
license = stdenv.lib.licenses.gpl3;
};
}

View File

@ -5191,8 +5191,6 @@ with pkgs;
inherit (haskellPackages) idris;
};
ikarus = callPackage ../development/compilers/ikarus { };
intercal = callPackage ../development/compilers/intercal {
flex = flex_2_6_1; # Works with 2.5.35 too, but not 2.6.3
};