summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
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/janestreet/js-build-tools.nix
parent4e42cac49df9b9e5ac931c975e8d04bd39b278cf (diff)
ocamlPackages: remove redundant stdenv imports
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/js-build-tools.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/js-build-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix b/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
index eba4e8f94a7f..ff03c209190d 100644
--- a/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
+++ b/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildOcaml, fetchurl, ocaml_oasis, opaline }:
+{ lib, buildOcaml, fetchurl, ocaml_oasis, opaline }:
buildOcaml rec {
name = "js-build-tools";