ledger3: reference the right lib directory...

wip/yesman
John Wiegley 10 years ago
parent 28d0908bfb
commit d9de60d1bd
  1. 2
      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
'';

Loading…
Cancel
Save