>* 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) _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
