haskell-helium: the package has disappeared from the upstream web server

svn path=/nixpkgs/trunk/; revision=29311
This commit is contained in:
Peter Simons 2011-09-16 18:29:32 +00:00
parent 2d9c68fd28
commit 6ed0f99b70
3 changed files with 0 additions and 28 deletions

View File

@ -1,13 +0,0 @@
buildinputs="$ghc"
source $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd helium-* || exit 1
cd lvm/src || exit 1
./configure --prefix $out || exit 1
cd ../../heliumNT || exit 1
./configure --prefix=$out || exit 1
cd src || exit 1
make depend || exit 1
make EXTRA_HC_OPTS=-O2 || exit 1
make install

View File

@ -1,13 +0,0 @@
{stdenv, fetchurl, ghc}:
assert ghc != null;
stdenv.mkDerivation {
name = "helium-1.5";
builder = ./builder.sh;
src = fetchurl {
url = http://www.cs.uu.nl/helium/distr/helium-1.5-src.tar.gz;
md5 = "b25fbee324a54059789eb1b4d62aa048";
};
inherit ghc;
}

View File

@ -1321,8 +1321,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
flapjax = callPackage ../development/compilers/flapjax {};
helium = callPackage ../development/compilers/helium {};
idris = callPackage ../development/compilers/idris {};
pakcs = callPackage ../development/compilers/pakcs {