ikarus: remove
unmaintained, only works on 32 bit
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user