[Nix-dev] [Nix-commits] SVN commit: nix - r34095 -nixpkgs/branches/stdenv-updates/pkgs/tools/compression/bzip2
Michael Raskin
7c6f434c at mail.ru
Tue May 15 06:24:25 CEST 2012
>* bzip2 installs a weird libbz2.so.1.0 symlink, which should be
> libbz2.so.1. And libbz2.so should link to libbz2.so.1.0.6.
Is there a reason not to have both libbz2.so.1 and libbz2.so.1.0? It
looks like other distributions have three links (.so, .so.x and .so.x.y)
for many packages.
> mv libbz2.so* $out/lib
>- ln -s libbz2.so.1.0 $out/lib/libbz2.so
>+ (cd $out/lib && ln -s libbz2.so.1.0.? libbz2.so && mv libbz2.so.1.0 libbz2.so.1)
More information about the nix-dev
mailing list