From 6bc07c8e683ad07e3d63d5ebe0c556ccab1316b5 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Fri, 26 Jun 2009 17:00:02 +0000 Subject: fix my wrong opplication of the patch svn path=/nixpkgs/trunk/; revision=16062 --- development/compilers/ocaml/3.11.1.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 development/compilers/ocaml/3.11.1.nix (limited to 'development') diff --git a/development/compilers/ocaml/3.11.1.nix b/development/compilers/ocaml/3.11.1.nix deleted file mode 100644 index f5955c7c78c2..000000000000 --- a/development/compilers/ocaml/3.11.1.nix +++ /dev/null @@ -1,28 +0,0 @@ -args: with args; - -stdenv.mkDerivation (rec { - - name = "ocaml-3.11.1"; - - src = fetchurl { - url = "http://caml.inria.fr/pub/distrib/ocaml-3.11/${name}.tar.bz2"; - sha256 = "8c36a28106d4b683a15c547dfe4cb757a53fa9247579d1cc25bd06a22cc62e50"; - }; - - prefixKey = "-prefix "; - configureFlags = ["-no-tk" "-x11lib" x11]; - buildFlags = "world bootstrap world.opt"; - buildInputs = [x11 ncurses]; - installTargets = "install installopt"; - patchPhase = '' - CAT=$(type -tp cat) - sed -e "s@/bin/cat@$CAT@" -i config/auto-aux/sharpbang - ''; - - meta = { - homepage = http://caml.inria.fr/ocaml; - license = "QPL, LGPL2 (library part)"; - desctiption = "Most popular variant of the Caml language"; - }; - -}) -- cgit v1.2.3