summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-11-12 08:28:02 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-11-12 09:09:53 +0000
commit88389f43f703cb02f162b4a639f92e738cefb48b (patch)
tree632c3fdf76c829726618f91c8a302e5e5a5ddf14 /pkgs/development/ocaml-modules
parentb7490c970266d75ed8df4a104796871a94e002db (diff)
downloadnixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar.gz
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar.bz2
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar.lz
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar.xz
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.tar.zst
nixlib-88389f43f703cb02f162b4a639f92e738cefb48b.zip
ocamlPackages.containers: remove spurious dependency on oasis
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/containers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix
index 84ac3ae61339..ef930007aff4 100644
--- a/pkgs/development/ocaml-modules/containers/default.nix
+++ b/pkgs/development/ocaml-modules/containers/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, cppo, gen, sequence, qtest, ounit, ocaml_oasis, result
+{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, cppo, gen, sequence, qtest, ounit, result
 , qcheck }:
 
 let
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
     sha256 = "1gjs9d6759zpgp68djv296zwmvhdc6dqfb27aip7dhj6ic2bwgil";
   };
 
-  buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
+  buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit qcheck ];
 
   propagatedBuildInputs = [ result ];