because i was too lazy, now the real reason: if I don't do this, mercurial fails to run on darwin

svn path=/nixpkgs/trunk/; revision=20645
This commit is contained in:
Rob Vermaas 2010-03-16 10:52:12 +00:00
parent 541beebe6f
commit 0ef1853275

View File

@ -53,4 +53,4 @@ stdenv.mkDerivation ( rec {
license = "X11";
};
} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else {} ) )
} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else { } ) )