summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/comparelib
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/comparelib
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/comparelib')
-rw-r--r--pkgs/development/ocaml-modules/comparelib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/comparelib/default.nix b/pkgs/development/ocaml-modules/comparelib/default.nix
index d5133064652..addba7a4b34 100644
--- a/pkgs/development/ocaml-modules/comparelib/default.nix
+++ b/pkgs/development/ocaml-modules/comparelib/default.nix
@@ -1,4 +1,4 @@
-{lib, stdenv, buildOcaml, fetchurl, type_conv}:
+{lib, buildOcaml, fetchurl, type_conv}:
 
 buildOcaml rec {
   name = "comparelib";