aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/bos
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-12-14 07:36:29 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-12-14 07:36:29 +0000
commit5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb (patch)
tree60dadc8764c40750a93ebd1c0b04d8b39251d5eb /pkgs/development/ocaml-modules/bos
parent9b6ef35b2c848702582a1a7574ab12e70cd4749a (diff)
ocamlPackages.topkg: refactoring
Diffstat (limited to 'pkgs/development/ocaml-modules/bos')
-rw-r--r--pkgs/development/ocaml-modules/bos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/bos/default.nix b/pkgs/development/ocaml-modules/bos/default.nix
index f8590de2b155..3cb9b405d5a2 100644
--- a/pkgs/development/ocaml-modules/bos/default.nix
+++ b/pkgs/development/ocaml-modules/bos/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg
, astring, fmt, fpath, logs, rresult
}:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
unpackCmd = "tar xjf $src";
- buildInputs = [ ocaml findlib ocamlbuild opam topkg ];
+ buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ astring fmt fpath logs rresult ];
inherit (topkg) buildPhase installPhase;