summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Depierre <depierre.thomas@gmail.com>2019-10-06 23:55:51 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-10-06 17:55:51 -0400
commit0ce30f8c67db15ae312f1e27f9228468bbdbb528 (patch)
treed65f2e2a060bb866f8223631060c2927658327f5
parentcfd881dce0939fdf6d17f1b50a7fa78c2fc55ba4 (diff)
downloadnixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar.gz
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar.bz2
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar.lz
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar.xz
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.tar.zst
nixpkgs-0ce30f8c67db15ae312f1e27f9228468bbdbb528.zip
doc/beam: rebar3-open is now removed (#70523)
-rw-r--r--doc/languages-frameworks/beam.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/languages-frameworks/beam.xml b/doc/languages-frameworks/beam.xml
index 65f28d0a2d3..74c595cc89b 100644
--- a/doc/languages-frameworks/beam.xml
+++ b/doc/languages-frameworks/beam.xml
@@ -55,20 +55,7 @@
    <title>Rebar3</title>
 
    <para>
-    By default, Rebar3 wants to manage its own dependencies. This is perfectly acceptable in the normal, non-Nix setup, but in the Nix world, it is not. To rectify this, we provide two versions of Rebar3:
-    <itemizedlist>
-     <listitem>
-      <para>
-       <literal>rebar3</literal>: patched to remove the ability to download anything. When not running it via <literal>nix-shell</literal> or <literal>nix-build</literal>, it's probably not going to work as desired.
-      </para>
-     </listitem>
-     <listitem>
-      <para>
-       <literal>rebar3-open</literal>: the normal, unmodified Rebar3. It should work exactly as would any other version of Rebar3. Any Erlang package should rely on <literal>rebar3</literal> instead. See <xref
-            linkend="rebar3-packages"/>.
-      </para>
-     </listitem>
-    </itemizedlist>
+    We provide a version of Rebar3, which is the normal, unmodified Rebar3, under <literal>rebar3</literal>. We also provide a helper to fetch Rebar3 dependencies from a lockfile under <literal>fetchRebar3Deps</literal>.
    </para>
   </section>