ocamlPackages: remove redundant stdenv imports

wip/yesman
sternenseemann 3 years ago committed by Profpatsch
parent 4e42cac49d
commit aad56c947f
  1. 2
      pkgs/development/ocaml-modules/atd/default.nix
  2. 2
      pkgs/development/ocaml-modules/biocaml/default.nix
  3. 2
      pkgs/development/ocaml-modules/camomile/default.nix
  4. 2
      pkgs/development/ocaml-modules/cfstream/default.nix
  5. 2
      pkgs/development/ocaml-modules/comparelib/default.nix
  6. 2
      pkgs/development/ocaml-modules/conduit/lwt-unix.nix
  7. 2
      pkgs/development/ocaml-modules/conduit/lwt.nix
  8. 2
      pkgs/development/ocaml-modules/ezjsonm/default.nix
  9. 2
      pkgs/development/ocaml-modules/ezxmlm/default.nix
  10. 2
      pkgs/development/ocaml-modules/herelib/default.nix
  11. 2
      pkgs/development/ocaml-modules/hex/default.nix
  12. 2
      pkgs/development/ocaml-modules/io-page/default.nix
  13. 2
      pkgs/development/ocaml-modules/janestreet/async-rpc-kernel.nix
  14. 2
      pkgs/development/ocaml-modules/janestreet/bin_prot.nix
  15. 2
      pkgs/development/ocaml-modules/janestreet/core_bench.nix
  16. 2
      pkgs/development/ocaml-modules/janestreet/fieldslib.nix
  17. 2
      pkgs/development/ocaml-modules/janestreet/janePackage.nix
  18. 2
      pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
  19. 2
      pkgs/development/ocaml-modules/janestreet/ppx-assert.nix
  20. 2
      pkgs/development/ocaml-modules/janestreet/ppx-bench.nix
  21. 2
      pkgs/development/ocaml-modules/janestreet/ppx-bin-prot.nix
  22. 2
      pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
  23. 2
      pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
  24. 2
      pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
  25. 2
      pkgs/development/ocaml-modules/janestreet/ppx-expect.nix
  26. 2
      pkgs/development/ocaml-modules/janestreet/ppx-fields-conv.nix
  27. 2
      pkgs/development/ocaml-modules/janestreet/ppx-here.nix
  28. 2
      pkgs/development/ocaml-modules/janestreet/ppx-inline-test.nix
  29. 2
      pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
  30. 2
      pkgs/development/ocaml-modules/janestreet/ppx-let.nix
  31. 2
      pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix
  32. 2
      pkgs/development/ocaml-modules/janestreet/ppx-pipebang.nix
  33. 2
      pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
  34. 2
      pkgs/development/ocaml-modules/janestreet/ppx-sexp-message.nix
  35. 2
      pkgs/development/ocaml-modules/janestreet/ppx-sexp-value.nix
  36. 2
      pkgs/development/ocaml-modules/janestreet/ppx-typerep-conv.nix
  37. 2
      pkgs/development/ocaml-modules/janestreet/ppx-variants-conv.nix
  38. 2
      pkgs/development/ocaml-modules/janestreet/sexplib.nix
  39. 2
      pkgs/development/ocaml-modules/janestreet/typerep.nix
  40. 2
      pkgs/development/ocaml-modules/ocaml-syntax-shims/default.nix
  41. 2
      pkgs/development/ocaml-modules/ocamlfuse/default.nix
  42. 2
      pkgs/development/ocaml-modules/opti/default.nix
  43. 2
      pkgs/development/ocaml-modules/pipebang/default.nix
  44. 2
      pkgs/development/ocaml-modules/ppx_gen_rec/default.nix
  45. 2
      pkgs/development/ocaml-modules/secp256k1/default.nix
  46. 2
      pkgs/development/ocaml-modules/typerep/default.nix
  47. 2
      pkgs/development/ocaml-modules/variantslib/default.nix

@ -1,4 +1,4 @@
{ lib, stdenv, menhir, easy-format, fetchFromGitHub, buildDunePackage, which, biniou, yojson }:
{ lib, menhir, easy-format, fetchFromGitHub, buildDunePackage, which, biniou, yojson }:
buildDunePackage rec {
pname = "atd";

@ -1,4 +1,4 @@
{ lib, stdenv, buildDunePackage, fetchFromGitHub, fetchpatch
{ lib, buildDunePackage, fetchFromGitHub, fetchpatch
, ounit, async, base64, camlzip, cfstream
, core, ppx_jane, ppx_sexp_conv, rresult, uri, xmlm }:

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildDunePackage, cppo }:
{ lib, fetchFromGitHub, buildDunePackage, cppo }:
buildDunePackage rec {
pname = "camomile";

@ -1,4 +1,4 @@
{ lib, stdenv, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
{ lib, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
buildDunePackage rec {
pname = "cfstream";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcaml, fetchurl, type_conv}:
{lib, buildOcaml, fetchurl, type_conv}:
buildOcaml rec {
name = "comparelib";

@ -1,4 +1,4 @@
{ stdenv, buildDunePackage
{ buildDunePackage
, conduit-lwt, ppx_sexp_conv, ocaml_lwt, uri, ipaddr, ipaddr-sexp
, lwt_ssl, tls
}:

@ -1,4 +1,4 @@
{ stdenv, buildDunePackage, ppx_sexp_conv, conduit, ocaml_lwt, sexplib }:
{ buildDunePackage, ppx_sexp_conv, conduit, ocaml_lwt, sexplib }:
buildDunePackage {
pname = "conduit-lwt";

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
{ lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
buildDunePackage rec {
pname = "ezjsonm";

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, buildDunePackage, xmlm }:
{ lib, fetchFromGitHub, buildDunePackage, xmlm }:
buildDunePackage rec {
pname = "ezxmlm";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcaml, fetchurl}:
{lib, buildOcaml, fetchurl}:
buildOcaml rec {
version = "112.35.00";

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
{ lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
buildDunePackage rec {
pname = "hex";

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
{ lib, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
buildDunePackage rec {
pname = "io-page";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane, async_kernel, bin_prot, core_kernel,
{lib, buildOcamlJane, async_kernel, bin_prot, core_kernel,
fieldslib, ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test,
ppx_jane, sexplib, typerep, variantslib}:

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane, type_conv}:
{lib, buildOcamlJane, type_conv}:
buildOcamlJane {
name = "bin_prot";

@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, buildOcamlJane
, core
, core_extended

@ -1,4 +1,4 @@
{ lib, stdenv, type_conv, buildOcamlJane }:
{ lib, type_conv, buildOcamlJane }:
buildOcamlJane {
name = "fieldslib";

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.11.0" }:
{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.11.0" }:
{ pname, version ? defaultVersion, hash, ...}@args:

@ -1,4 +1,4 @@
{ lib, stdenv, buildOcaml, fetchurl, ocaml_oasis, opaline }:
{ lib, buildOcaml, fetchurl, ocaml_oasis, opaline }:
buildOcaml rec {
name = "js-build-tools";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_compare, ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools, ppx_type_conv, sexplib}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_inline_test, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv, bin_prot}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_tools, ppx_type_conv}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_sexp_conv, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_assert, ppx_compare, ppx_core, ppx_custom_printf, ppx_driver,
ppx_fields_conv, ppx_here, ppx_inline_test, ppx_sexp_conv, ppx_tools,
ppx_variants_conv, re, sexplib, variantslib, fieldslib}:

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_assert,
ppx_bench, ppx_bin_prot, ppx_compare, ppx_custom_printf, ppx_driver,
ppx_enumerate, ppx_expect, ppx_fail, ppx_fields_conv, ppx_here,

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv, sexplib}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv, typerep}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane,
{lib, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv, sexplib, variantslib}:
buildOcamlJane {

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane, type_conv}:
{lib, buildOcamlJane, type_conv}:
buildOcamlJane {
minimumSupportedOcamlVersion = "4.02";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane, type_conv}:
{lib, buildOcamlJane, type_conv}:
buildOcamlJane {
name = "typerep";

@ -1,4 +1,4 @@
{ lib, stdenv, buildDunePackage, fetchurl }:
{ lib, buildDunePackage, fetchurl }:
buildDunePackage rec {
minimumOCamlVersion = "4.02.3";

@ -1,4 +1,4 @@
{ stdenv, lib, buildDunePackage, fetchFromGitHub, camlidl, fuse }:
{ lib, buildDunePackage, fetchFromGitHub, camlidl, fuse }:
buildDunePackage {
pname = "ocamlfuse";

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildDunePackage }:
{ lib, fetchurl, buildDunePackage }:
buildDunePackage rec {
pname = "opti";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcaml, fetchurl}:
{lib, buildOcaml, fetchurl}:
buildOcaml rec {
name = "pipebang";

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildDunePackage, ocaml-migrate-parsetree }:
{ lib, fetchurl, buildDunePackage, ocaml-migrate-parsetree }:
buildDunePackage rec {
pname = "ppx_gen_rec";

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, buildDunePackage, base, stdio, dune-configurator, secp256k1 }:
{ lib, fetchFromGitHub, buildDunePackage, base, stdio, dune-configurator, secp256k1 }:
buildDunePackage rec {
pname = "secp256k1";

@ -1,4 +1,4 @@
{lib, stdenv, buildOcaml, fetchurl, type_conv}:
{lib, buildOcaml, fetchurl, type_conv}:
buildOcaml rec {
name = "typerep";

@ -1,4 +1,4 @@
{ lib, stdenv, buildOcaml, ocaml, fetchurl, type_conv }:
{ lib, buildOcaml, ocaml, fetchurl, type_conv }:
if lib.versionAtLeast ocaml.version "4.06"
then throw "variantslib-109.15.03 is not available for OCaml ${ocaml.version}"

Loading…
Cancel
Save