summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/omake
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-12-02 19:45:09 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-12-02 19:49:08 +0000
commite672fbc6f0e0dd503f78e0c23e6de1795bf81b8f (patch)
treee1cc9d07d9f2c3fc96323608205976a830808e4e /pkgs/development/tools/ocaml/omake
parent3d804da98322c4f7daf77bdab78b8a972ee8258f (diff)
downloadnixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar.gz
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar.bz2
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar.lz
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar.xz
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.tar.zst
nixpkgs-e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.zip
omake: remove 0.9.8.6-rc1
Diffstat (limited to 'pkgs/development/tools/ocaml/omake')
-rw-r--r--pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix38
-rw-r--r--pkgs/development/tools/ocaml/omake/warn.patch10
2 files changed, 0 insertions, 48 deletions
diff --git a/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix b/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
deleted file mode 100644
index 9f318afc67d..00000000000
--- a/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
+++ /dev/null
@@ -1,38 +0,0 @@
-{stdenv, fetchurl, makeWrapper, ocaml, ncurses}:
-let
-  pname = "omake";
-  version = "0.9.8.6-0.rc1";
-  webpage = "http://omake.metaprl.org";
-in
-stdenv.mkDerivation {
-
-  name = "${pname}-${version}";
-
-  src = fetchurl {
-    url = "http://pkgs.fedoraproject.org/repo/pkgs/ocaml-omake/${pname}-${version}.tar.gz/fe39a476ef4e33b7ba2ca77a6bcaded2/${pname}-${version}.tar.gz";
-    sha256 = "1sas02pbj56m7wi5vf3vqrrpr4ynxymw2a8ybvfj2dkjf7q9ii13";
-  };
-  patchFlags = "-p0";
-  patches = [ ./warn.patch ];
-
-  buildInputs = [ ocaml makeWrapper ncurses ];
-
-  phases = "unpackPhase patchPhase buildPhase";
-  buildPhase = ''
-    make bootstrap
-    make PREFIX=$out all
-    make PREFIX=$out install
-  '';
-#  prefixKey = "-prefix ";
-#
-#  configureFlags = if transitional then "--transitional" else "--strict";
-#
-#  buildFlags = "world.opt";		
-
-  meta = {
-    description = "Omake build system";
-    homepage = "${webpage}";
-    license = "GPL";
-    platforms = ocaml.meta.platforms or [];
-  };
-}
diff --git a/pkgs/development/tools/ocaml/omake/warn.patch b/pkgs/development/tools/ocaml/omake/warn.patch
deleted file mode 100644
index 4459e89d7f9..00000000000
--- a/pkgs/development/tools/ocaml/omake/warn.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -p1 -aur ../omake-0.9.8.6.ori/lib/build/OCaml.om ./lib/build/OCaml.om
---- ../omake-0.9.8.6.ori/lib/build/OCaml.om	2008-03-05 01:07:25.000000000 +0000
-+++ ./lib/build/OCaml.om	2013-06-01 15:52:37.000000000 +0000
-@@ -178,3 +178,3 @@ declare OCAMLDEPFLAGS
- public.OCAMLPPFLAGS  =
--public.OCAMLFLAGS    = -warn-error A
-+public.OCAMLFLAGS    =
- public.OCAMLCFLAGS   = -g
-Seulement dans ./lib/build: OCaml.om~
-Seulement dans .: warn.patch