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 {
|
||||
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…
Reference in a new issue