summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-11-04 02:28:03 -0600
committerJohn Wiegley <johnw@newartisans.com>2014-11-04 02:28:35 -0600
commita4ee94b741d865afb6f6280d4eb8786f66ed602e (patch)
tree9b01e185dfd6162a3e05272bd4ac3c985cc2225e /pkgs/applications/office
parent52017df96628c9f4009f675c102767b07aae3793 (diff)
downloadnixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar.gz
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar.bz2
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar.lz
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar.xz
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.tar.zst
nixlib-a4ee94b741d865afb6f6280d4eb8786f66ed602e.zip
boost: correct the install names for darwin
This also makes the recent change for ledger unnecessary.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index 64fbf991713b..6118d377a79f 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -23,11 +23,6 @@ stdenv.mkDerivation {
   postInstall = ''
     mkdir -p $out/share/emacs/site-lisp/
     cp -v "$src/lisp/"*.el $out/share/emacs/site-lisp/
-  '' + 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 ${boost}/lib/''$boostlib $out/bin/ledger
-    done
   '';
 
   meta = {