summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/pa_bench/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/pa_bench/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/pa_bench/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/pa_bench/default.nix b/pkgs/development/ocaml-modules/pa_bench/default.nix
index c0b859c57a30..e5f9ac52067d 100644
--- a/pkgs/development/ocaml-modules/pa_bench/default.nix
+++ b/pkgs/development/ocaml-modules/pa_bench/default.nix
@@ -1,4 +1,4 @@
-{lib, stdenv, buildOcaml, fetchurl, type_conv, pa_ounit}:
+{lib, buildOcaml, fetchurl, type_conv, pa_ounit}:
buildOcaml rec {
name = "pa_bench";
@@ -17,7 +17,7 @@ buildOcaml rec {
meta = with lib; {
homepage = "https://github.com/janestreet/pa_bench";
description = "Syntax extension for inline benchmarks";
- license = stdenv.lib.licenses.asl20;
+ license = licenses.asl20;
maintainers = [ maintainers.ericbmerritt ];
};
}