From 6ed0f99b705cb5960bea29b2c275b98a1619c3aa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 16 Sep 2011 18:29:32 +0000 Subject: [PATCH] haskell-helium: the package has disappeared from the upstream web server svn path=/nixpkgs/trunk/; revision=29311 --- pkgs/development/compilers/helium/builder.sh | 13 ------------- pkgs/development/compilers/helium/default.nix | 13 ------------- pkgs/top-level/haskell-packages.nix | 2 -- 3 files changed, 28 deletions(-) delete mode 100644 pkgs/development/compilers/helium/builder.sh delete mode 100644 pkgs/development/compilers/helium/default.nix diff --git a/pkgs/development/compilers/helium/builder.sh b/pkgs/development/compilers/helium/builder.sh deleted file mode 100644 index e740690d9a6c..000000000000 --- a/pkgs/development/compilers/helium/builder.sh +++ /dev/null @@ -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 diff --git a/pkgs/development/compilers/helium/default.nix b/pkgs/development/compilers/helium/default.nix deleted file mode 100644 index a2437d845351..000000000000 --- a/pkgs/development/compilers/helium/default.nix +++ /dev/null @@ -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; -} diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 8c7b88aa75e3..0b5547db958b 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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 {