summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/conduit
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-01-11 14:14:57 +0100
committerProfpatsch <mail@profpatsch.de>2021-01-12 16:33:18 +0100
commitaad56c947f4b7dee8631b91536f6df3207fd4e73 (patch)
treed361e7278067fd0167ed7d59109458edde6cd283 /pkgs/development/ocaml-modules/conduit
parent4e42cac49df9b9e5ac931c975e8d04bd39b278cf (diff)
downloadnixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar.gz
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar.bz2
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar.lz
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar.xz
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.tar.zst
nixpkgs-aad56c947f4b7dee8631b91536f6df3207fd4e73.zip
ocamlPackages: remove redundant stdenv imports
Diffstat (limited to 'pkgs/development/ocaml-modules/conduit')
-rw-r--r--pkgs/development/ocaml-modules/conduit/lwt-unix.nix2
-rw-r--r--pkgs/development/ocaml-modules/conduit/lwt.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/conduit/lwt-unix.nix b/pkgs/development/ocaml-modules/conduit/lwt-unix.nix
index b3c7e7fa86f..9f871a8ea9c 100644
--- a/pkgs/development/ocaml-modules/conduit/lwt-unix.nix
+++ b/pkgs/development/ocaml-modules/conduit/lwt-unix.nix
@@ -1,4 +1,4 @@
-{ stdenv, buildDunePackage
+{ buildDunePackage
 , conduit-lwt, ppx_sexp_conv, ocaml_lwt, uri, ipaddr, ipaddr-sexp
 , lwt_ssl, tls
 }:
diff --git a/pkgs/development/ocaml-modules/conduit/lwt.nix b/pkgs/development/ocaml-modules/conduit/lwt.nix
index 6514586f9d9..512aa60bb66 100644
--- a/pkgs/development/ocaml-modules/conduit/lwt.nix
+++ b/pkgs/development/ocaml-modules/conduit/lwt.nix
@@ -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";