Skip to content

Commit

Permalink
Remove boost fixup from default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 2, 2015
1 parent 2c27711 commit 844e043
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions default.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit 844e043

Please sign in to comment.