From d9de60d1bd0a327ef42f1bcfd11053ae008acf6c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 4 Nov 2014 00:09:55 -0600 Subject: [PATCH] ledger3: reference the right lib directory... --- pkgs/applications/office/ledger/3.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix index 9d25eb05632e..64fbf991713b 100644 --- a/pkgs/applications/office/ledger/3.0.nix +++ b/pkgs/applications/office/ledger/3.0.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation { '' + stdenv.lib.optionalString stdenv.isDarwin '' for i in date_time filesystem system iostreams regex unit_test_framework; do boostlib=libboost_''$i.dylib - install_name_tool -change ''$boostlib $out/lib/''$boostlib $out/bin/ledger + install_name_tool -change ''$boostlib ${boost}/lib/''$boostlib $out/bin/ledger done '';