summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2023-01-14 13:11:40 -0500
committerBen Darwin <bcdarwin@gmail.com>2023-01-14 13:11:59 -0500
commitde0a7795c3ca431948a9184e540fc7cac7ca64ee (patch)
tree5ae193f5adb3cd4f2ffdf262c04428e9006c5027 /pkgs/development/tools/ocaml
parent1121c8fcb74f53340f044eff6fa47af449617e0d (diff)
downloadnixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar.gz
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar.bz2
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar.lz
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar.xz
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.tar.zst
nixpkgs-de0a7795c3ca431948a9184e540fc7cac7ca64ee.zip
omake_rc1: remove
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix44
-rw-r--r--pkgs/development/tools/ocaml/omake/warn.patch10
2 files changed, 0 insertions, 54 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 090794b3311..00000000000
--- a/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
+++ /dev/null
@@ -1,44 +0,0 @@
-{lib, stdenv, fetchurl, makeWrapper, ocaml, ncurses}:
-let
-  pname = "omake";
-  version = "0.9.8.6-0.rc1";
-  webpage = "http://omake.metaprl.org";
-in
-
-if lib.versionAtLeast ocaml.version "4.06"
-then throw "${pname}-${version} is not available for OCaml ${ocaml.version}"
-else
-
-stdenv.mkDerivation {
-
-  name = "${pname}-${version}";
-
-  src = fetchurl {
-    url = "https://src.fedoraproject.org/repo/pkgs/ocaml-omake/${pname}-${version}.tar.gz/fe39a476ef4e33b7ba2ca77a6bcaded2/${pname}-${version}.tar.gz";
-    sha256 = "1sas02pbj56m7wi5vf3vqrrpr4ynxymw2a8ybvfj2dkjf7q9ii13";
-  };
-  patchFlags = [ "-p0" ];
-  patches = [ ./warn.patch ];
-
-  nativeBuildInputs = [ makeWrapper ];
-  buildInputs = [ ocaml ncurses ];
-
-  dontInstall = true;
-  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