diff options
author | John Wiegley <johnw@newartisans.com> | 2014-12-11 14:49:02 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-01-02 16:34:18 -0600 |
commit | 844e04304740ec5c8df99b7a4c681604fb4e5b96 (patch) | |
tree | 57ee7c1ff9df84245ba43bb6de55e136856d7c5e | |
parent | 2c277112b6179b3df1679f25d03f001b8ac1c26d (diff) | |
download | fork-ledger-844e04304740ec5c8df99b7a4c681604fb4e5b96.tar.gz fork-ledger-844e04304740ec5c8df99b7a4c681604fb4e5b96.tar.bz2 fork-ledger-844e04304740ec5c8df99b7a4c681604fb4e5b96.zip |
Remove boost fixup from default.nix
-rw-r--r-- | default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/default.nix b/default.nix index 4885c98d..30da83ec 100644 --- a/default.nix +++ b/default.nix @@ -18,11 +18,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 = { |