ocamlbuild: remove unused arguments

This commit is contained in:
Vincent Laporte
2017-10-14 06:31:55 +00:00
parent 9bf0e701e9
commit cb61845c4a

View File

@@ -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