ikarus: remove
unmaintained, only works on 32 bit
This commit is contained in:
parent
ac592121b9
commit
bb9a37a2a5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, qt4, qwt6_qt4, mesa, glew, gdal_1_11, cgal
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "gplates-${version}";
|
name = "gplates-${version}";
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
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
|
doxygen graphviz gmp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
@ -5191,8 +5191,6 @@ with pkgs;
|
|||||||
inherit (haskellPackages) idris;
|
inherit (haskellPackages) idris;
|
||||||
};
|
};
|
||||||
|
|
||||||
ikarus = callPackage ../development/compilers/ikarus { };
|
|
||||||
|
|
||||||
intercal = callPackage ../development/compilers/intercal {
|
intercal = callPackage ../development/compilers/intercal {
|
||||||
flex = flex_2_6_1; # Works with 2.5.35 too, but not 2.6.3
|
flex = flex_2_6_1; # Works with 2.5.35 too, but not 2.6.3
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user