summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/hex/default.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/hex/default.nix
parent4e42cac49df9b9e5ac931c975e8d04bd39b278cf (diff)
ocamlPackages: remove redundant stdenv imports
Diffstat (limited to 'pkgs/development/ocaml-modules/hex/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/hex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/hex/default.nix b/pkgs/development/ocaml-modules/hex/default.nix
index d20c69b9e711..4a6123ebd3a6 100644
--- a/pkgs/development/ocaml-modules/hex/default.nix
+++ b/pkgs/development/ocaml-modules/hex/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
+{ lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
buildDunePackage rec {
pname = "hex";