ocamlPackages: remove redundant stdenv imports
This commit is contained in:
parent
4e42cac49d
commit
aad56c947f
47 changed files with 47 additions and 47 deletions
|
@ -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 {
|
buildDunePackage rec {
|
||||||
pname = "atd";
|
pname = "atd";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, buildDunePackage, fetchFromGitHub, fetchpatch
|
{ lib, buildDunePackage, fetchFromGitHub, fetchpatch
|
||||||
, ounit, async, base64, camlzip, cfstream
|
, ounit, async, base64, camlzip, cfstream
|
||||||
, core, ppx_jane, ppx_sexp_conv, rresult, uri, xmlm }:
|
, core, ppx_jane, ppx_sexp_conv, rresult, uri, xmlm }:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, buildDunePackage, cppo }:
|
{ lib, fetchFromGitHub, buildDunePackage, cppo }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "camomile";
|
pname = "camomile";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
|
{ lib, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "cfstream";
|
pname = "cfstream";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcaml, fetchurl, type_conv}:
|
{lib, buildOcaml, fetchurl, type_conv}:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "comparelib";
|
name = "comparelib";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, buildDunePackage
|
{ buildDunePackage
|
||||||
, conduit-lwt, ppx_sexp_conv, ocaml_lwt, uri, ipaddr, ipaddr-sexp
|
, conduit-lwt, ppx_sexp_conv, ocaml_lwt, uri, ipaddr, ipaddr-sexp
|
||||||
, lwt_ssl, tls
|
, 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 {
|
buildDunePackage {
|
||||||
pname = "conduit-lwt";
|
pname = "conduit-lwt";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
|
{ lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ezjsonm";
|
pname = "ezjsonm";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, buildDunePackage, xmlm }:
|
{ lib, fetchFromGitHub, buildDunePackage, xmlm }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ezxmlm";
|
pname = "ezxmlm";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcaml, fetchurl}:
|
{lib, buildOcaml, fetchurl}:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
version = "112.35.00";
|
version = "112.35.00";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
|
{ lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "hex";
|
pname = "hex";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
|
{ lib, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "io-page";
|
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,
|
fieldslib, ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test,
|
||||||
ppx_jane, sexplib, typerep, variantslib}:
|
ppx_jane, sexplib, typerep, variantslib}:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane, type_conv}:
|
{lib, buildOcamlJane, type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
name = "bin_prot";
|
name = "bin_prot";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv
|
{ lib
|
||||||
, buildOcamlJane
|
, buildOcamlJane
|
||||||
, core
|
, core
|
||||||
, core_extended
|
, core_extended
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, type_conv, buildOcamlJane }:
|
{ lib, type_conv, buildOcamlJane }:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
name = "fieldslib";
|
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:
|
{ pname, version ? defaultVersion, hash, ...}@args:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, buildOcaml, fetchurl, ocaml_oasis, opaline }:
|
{ lib, buildOcaml, fetchurl, ocaml_oasis, opaline }:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "js-build-tools";
|
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}:
|
ppx_compare, ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools, ppx_type_conv, sexplib}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_inline_test, ppx_tools}:
|
ppx_core, ppx_driver, ppx_inline_test, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv, bin_prot}:
|
ppx_core, ppx_tools, ppx_type_conv, bin_prot}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_tools, ppx_type_conv}:
|
ppx_core, ppx_driver, ppx_tools, ppx_type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_sexp_conv, ppx_tools}:
|
ppx_core, ppx_driver, ppx_sexp_conv, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv}:
|
ppx_core, ppx_tools, ppx_type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_assert, ppx_compare, ppx_core, ppx_custom_printf, ppx_driver,
|
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_fields_conv, ppx_here, ppx_inline_test, ppx_sexp_conv, ppx_tools,
|
||||||
ppx_variants_conv, re, sexplib, variantslib, fieldslib}:
|
ppx_variants_conv, re, sexplib, variantslib, fieldslib}:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv}:
|
ppx_core, ppx_tools, ppx_type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver}:
|
ppx_core, ppx_driver}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_tools}:
|
ppx_core, ppx_driver, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_assert,
|
ppx_assert,
|
||||||
ppx_bench, ppx_bin_prot, ppx_compare, ppx_custom_printf, ppx_driver,
|
ppx_bench, ppx_bin_prot, ppx_compare, ppx_custom_printf, ppx_driver,
|
||||||
ppx_enumerate, ppx_expect, ppx_fail, ppx_fields_conv, ppx_here,
|
ppx_enumerate, ppx_expect, ppx_fail, ppx_fields_conv, ppx_here,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver}:
|
ppx_core, ppx_driver}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools}:
|
ppx_core, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_tools}:
|
ppx_core, ppx_driver, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv, sexplib}:
|
ppx_core, ppx_tools, ppx_type_conv, sexplib}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
|
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
|
ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv, typerep}:
|
ppx_core, ppx_tools, ppx_type_conv, typerep}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane,
|
{lib, buildOcamlJane,
|
||||||
ppx_core, ppx_tools, ppx_type_conv, sexplib, variantslib}:
|
ppx_core, ppx_tools, ppx_type_conv, sexplib, variantslib}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane, type_conv}:
|
{lib, buildOcamlJane, type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
minimumSupportedOcamlVersion = "4.02";
|
minimumSupportedOcamlVersion = "4.02";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcamlJane, type_conv}:
|
{lib, buildOcamlJane, type_conv}:
|
||||||
|
|
||||||
buildOcamlJane {
|
buildOcamlJane {
|
||||||
name = "typerep";
|
name = "typerep";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, buildDunePackage, fetchurl }:
|
{ lib, buildDunePackage, fetchurl }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
minimumOCamlVersion = "4.02.3";
|
minimumOCamlVersion = "4.02.3";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, buildDunePackage, fetchFromGitHub, camlidl, fuse }:
|
{ lib, buildDunePackage, fetchFromGitHub, camlidl, fuse }:
|
||||||
|
|
||||||
buildDunePackage {
|
buildDunePackage {
|
||||||
pname = "ocamlfuse";
|
pname = "ocamlfuse";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, buildDunePackage }:
|
{ lib, fetchurl, buildDunePackage }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "opti";
|
pname = "opti";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcaml, fetchurl}:
|
{lib, buildOcaml, fetchurl}:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "pipebang";
|
name = "pipebang";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, buildDunePackage, ocaml-migrate-parsetree }:
|
{ lib, fetchurl, buildDunePackage, ocaml-migrate-parsetree }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ppx_gen_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 {
|
buildDunePackage rec {
|
||||||
pname = "secp256k1";
|
pname = "secp256k1";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, buildOcaml, fetchurl, type_conv}:
|
{lib, buildOcaml, fetchurl, type_conv}:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "typerep";
|
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"
|
if lib.versionAtLeast ocaml.version "4.06"
|
||||||
then throw "variantslib-109.15.03 is not available for OCaml ${ocaml.version}"
|
then throw "variantslib-109.15.03 is not available for OCaml ${ocaml.version}"
|
||||||
|
|
Loading…
Reference in a new issue