From a2fc9c6b57ff64d535eef555d2260a81c19e2a2b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra <eelco.dolstra@logicblox.com> Date: Tue, 16 Sep 2014 15:42:20 +0200 Subject: [PATCH] Remove unhelpful suggestion --- doc/manual/troubleshooting/collisions-nixenv.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/manual/troubleshooting/collisions-nixenv.xml b/doc/manual/troubleshooting/collisions-nixenv.xml index 316d2d16c..23cc43faf 100644 --- a/doc/manual/troubleshooting/collisions-nixenv.xml +++ b/doc/manual/troubleshooting/collisions-nixenv.xml @@ -33,11 +33,6 @@ environment (if already installed) using <command>nix-env -e</command>, or specify exactly which version should be installed (e.g., <literal>nix-env -i docbook-xml-4.2</literal>).</para> -<para>Alternatively, you can modify the user environment builder -script (in -<filename><replaceable>prefix</replaceable>/share/nix/corepkgs/buildenv/builder.pl</filename>) -to implement some conflict resolution policy. E.g., the script could -be modified to rename conflicting file names, or to pick one over the -other.</para> +<!-- FIXME: describe priorities --> </section> -- GitLab