ocamlPackages: remove redundant stdenv imports
This commit is contained in:
committed by
Profpatsch
parent
4e42cac49d
commit
aad56c947f
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, conduit-lwt, ppx_sexp_conv, ocaml_lwt, uri, ipaddr, ipaddr-sexp
|
||||
, lwt_ssl, tls
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildDunePackage, ppx_sexp_conv, conduit, ocaml_lwt, sexplib }:
|
||||
{ buildDunePackage, ppx_sexp_conv, conduit, ocaml_lwt, sexplib }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "conduit-lwt";
|
||||
|
||||
Reference in New Issue
Block a user