about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cfstream
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/cfstream
parent4e42cac49df9b9e5ac931c975e8d04bd39b278cf (diff)
ocamlPackages: remove redundant stdenv imports
Diffstat (limited to 'pkgs/development/ocaml-modules/cfstream')
-rw-r--r--pkgs/development/ocaml-modules/cfstream/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/cfstream/default.nix b/pkgs/development/ocaml-modules/cfstream/default.nix
index a947eadbf11d9..303fdc01011d0 100644
--- a/pkgs/development/ocaml-modules/cfstream/default.nix
+++ b/pkgs/development/ocaml-modules/cfstream/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
+{ lib, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
 
 buildDunePackage rec {
   pname = "cfstream";