about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-12-02 19:36:07 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-12-02 19:49:08 +0000
commit3d804da98322c4f7daf77bdab78b8a972ee8258f (patch)
treef300b9ea6c480aa59788d5f58b50344d76b4a27e
parent7f501d7f02ed614f2159ae8b0855f33d796d6819 (diff)
downloadnixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar.gz
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar.bz2
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar.lz
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar.xz
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.tar.zst
nixlib-3d804da98322c4f7daf77bdab78b8a972ee8258f.zip
camlimages: use omake rather than omake_rc1
-rw-r--r--pkgs/development/ocaml-modules/camlimages/4.0.nix4
-rw-r--r--pkgs/development/ocaml-modules/camlimages/4.1.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/camlimages/4.0.nix b/pkgs/development/ocaml-modules/camlimages/4.0.nix
index 4f47680dcec9..0ec3a26d0511 100644
--- a/pkgs/development/ocaml-modules/camlimages/4.0.nix
+++ b/pkgs/development/ocaml-modules/camlimages/4.0.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, omake, ocaml, omake_rc1, libtiff, libjpeg, libpng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript }:
+{ stdenv, fetchurl, omake, ocaml, libtiff, libjpeg, libpng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript }:
 
 let
   pname = "camlimages";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
     sha256 = "b40237c1505487049799a7af296eb3996b3fa08eab94415546f46d61355747c4";
   };
 
-  buildInputs = [ocaml omake_rc1 findlib graphicsmagick ghostscript ];
+  buildInputs = [ ocaml omake findlib graphicsmagick ghostscript ];
 
   propagatedBuildInputs = [libtiff libjpeg libpng giflib freetype libXpm ];
 
diff --git a/pkgs/development/ocaml-modules/camlimages/4.1.nix b/pkgs/development/ocaml-modules/camlimages/4.1.nix
index f98d149c4829..77a252de52fd 100644
--- a/pkgs/development/ocaml-modules/camlimages/4.1.nix
+++ b/pkgs/development/ocaml-modules/camlimages/4.1.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, omake, ocaml, omake_rc1, libtiff, libjpeg, libpng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript }:
+{stdenv, fetchurl, omake, ocaml, libtiff, libjpeg, libpng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript }:
 
 assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
     sha256 = "1ppddhfknpirj1vilm5dxgyp82kf7ahpvjmh7z75a1fnaqv3kpki";
   };
 
-  buildInputs = [ocaml omake_rc1 findlib graphicsmagick ghostscript ];
+  buildInputs = [ ocaml omake findlib graphicsmagick ghostscript ];
 
   propagatedBuildInputs = [libtiff libjpeg libpng giflib freetype libXpm ];