ocamlPackages: remove redundant stdenv imports

This commit is contained in:
sternenseemann 2021-01-11 14:14:57 +01:00 committed by Profpatsch
parent 4e42cac49d
commit aad56c947f
47 changed files with 47 additions and 47 deletions

View file

@ -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";

View file

@ -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 }:

View file

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

View file

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

View file

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

View file

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

View file

@ -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";

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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}:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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 {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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}:

View file

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

View file

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

View file

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

View file

@ -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,

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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";

View file

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

View file

@ -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}"