Skip to content

Commit

Permalink
ikarus: remove
Browse files Browse the repository at this point in the history
unmaintained, only works on 32 bit
  • Loading branch information
globin committed Mar 3, 2017
1 parent ac59212 commit bb9a37a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/gplates/default.nix
@@ -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}";
Expand All @@ -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
];

Expand Down
19 changes: 0 additions & 19 deletions pkgs/development/compilers/ikarus/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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
};
Expand Down

0 comments on commit bb9a37a

Please sign in to comment.