summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-11-04 00:09:55 -0600
committerJohn Wiegley <johnw@newartisans.com>2014-11-04 00:09:55 -0600
commitd9de60d1bd0a327ef42f1bcfd11053ae008acf6c (patch)
tree60e171b39c905cb0182f28b88e97011851869fb3 /pkgs/applications/office
parent28d0908bfbe4b1d91b9369bdeb3a6ef67f1ec853 (diff)
downloadnixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar.gz
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar.bz2
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar.lz
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar.xz
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.tar.zst
nixlib-d9de60d1bd0a327ef42f1bcfd11053ae008acf6c.zip
ledger3: reference the right lib directory...
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix2
1 files changed, 1 insertions, 1 deletions
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
   '';