mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
haskell-helium: the package has disappeared from the upstream web server
svn path=/nixpkgs/trunk/; revision=29311
This commit is contained in:
parent
2d9c68fd28
commit
6ed0f99b70
@ -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
|
@ -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;
|
||||
}
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user