From 360f420ac7df37e8987473f49e00175ef70732b8 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 27 Aug 2018 19:54:41 -0400 Subject: nixpkgs docs: normalize --- doc/platform-notes.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/platform-notes.xml') diff --git a/doc/platform-notes.xml b/doc/platform-notes.xml index ea581421547d..cde27b8a5edf 100644 --- a/doc/platform-notes.xml +++ b/doc/platform-notes.xml @@ -29,7 +29,6 @@ } - On darwin libraries are linked using absolute paths, libraries are @@ -47,19 +46,19 @@ } - Even if the libraries are linked using absolute paths and resolved via their install_name correctly, tests can sometimes fail - to run binaries. This happens because the checkPhase + to run binaries. This happens because the checkPhase runs before the libraries are installed. This can usually be solved by running the tests after the installPhase or alternatively by using DYLD_LIBRARY_PATH. More information about this variable - can be found in the dyld + can be found in the + dyld 1 manpage. @@ -77,7 +76,6 @@ } - Some packages assume xcode is available and use xcrun -- cgit v1.2.3