ikarus: remove

unmaintained, only works on 32 bit
This commit is contained in:
Robin Gloster
2017-03-03 13:43:04 +01:00
parent ac592121b9
commit bb9a37a2a5
3 changed files with 2 additions and 23 deletions
@@ -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
];