summary refs log tree commit diff
diff options
context:
space:
mode:
authorKirill Boltaev <aske@fmap.me>2016-09-25 01:48:29 +0300
committerKirill Boltaev <aske@fmap.me>2016-09-26 02:36:49 +0300
commit43d6264f61e9456f0514b93ff81d0a03808829b8 (patch)
tree060d5d969e29f5b6b6353f6044a42254c4970390
parente5fa83e7f592eb56096affc52c6cc612e062bb5f (diff)
downloadnixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar.gz
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar.bz2
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar.lz
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar.xz
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.tar.zst
nixlib-43d6264f61e9456f0514b93ff81d0a03808829b8.zip
opam_1_0_0: explicitly specify ocaml version
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7bf3d766610b..4c70b399bd43 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5050,7 +5050,7 @@ in
     nodejs = nodejs-0_10;
   };
 
-  inherit (ocamlPackages) opam_1_0_0;
+  inherit (ocaml-ng.ocamlPackages_4_01_0) opam_1_0_0;
   inherit (ocaml-ng.ocamlPackages_4_01_0) opam_1_1;
   inherit (ocamlPackages) opam;