ocamlPackages: remove redundant stdenv imports
This commit is contained in:
committed by
Profpatsch
parent
4e42cac49d
commit
aad56c947f
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user