summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/ocamlbuild/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-14 06:31:55 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-14 06:40:21 +0000
commitcb61845c4a6dfc585a936d364af1be25c9ad781e (patch)
tree3471ef4bd94c14b7ececa853e4d677472b42123d /pkgs/development/tools/ocaml/ocamlbuild/default.nix
parent9bf0e701e9efb127b09a9763d633979da4bc9d35 (diff)
downloadnixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar.gz
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar.bz2
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar.lz
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar.xz
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.tar.zst
nixpkgs-cb61845c4a6dfc585a936d364af1be25c9ad781e.zip
ocamlbuild: remove unused arguments
Diffstat (limited to 'pkgs/development/tools/ocaml/ocamlbuild/default.nix')
-rw-r--r--pkgs/development/tools/ocaml/ocamlbuild/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/ocamlbuild/default.nix b/pkgs/development/tools/ocaml/ocamlbuild/default.nix
index 5062f53cd71..b6e439e4e17 100644
--- a/pkgs/development/tools/ocaml/ocamlbuild/default.nix
+++ b/pkgs/development/tools/ocaml/ocamlbuild/default.nix
@@ -1,5 +1,4 @@
-{stdenv, fetchFromGitHub, ocaml, findlib, buildOcaml, type_conv, camlp4,
- ocamlmod, ocamlify, ounit, expect}:
+{ stdenv, fetchFromGitHub, ocaml, findlib }:
 let
   version = "0.11.0";
 in