Skip to content

Commit

Permalink
ocamlPackages.camlimages: remove at 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 16, 2020
1 parent 0385e60 commit 6742cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
42 changes: 0 additions & 42 deletions pkgs/development/ocaml-modules/camlimages/4.1.nix

This file was deleted.

8 changes: 1 addition & 7 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,7 @@ let
libpng = pkgs.libpng12;
giflib = pkgs.giflib_4_1;
};
camlimages_4_1 = callPackage ../development/ocaml-modules/camlimages/4.1.nix {
giflib = pkgs.giflib_4_1;
};
camlimages =
if lib.versionOlder "4.06" ocaml.version
then callPackage ../development/ocaml-modules/camlimages { }
else camlimages_4_1;
camlimages = callPackage ../development/ocaml-modules/camlimages { };

benchmark = callPackage ../development/ocaml-modules/benchmark { };

Expand Down

0 comments on commit 6742cc7

Please sign in to comment.