bzip2: add symlink libbz2.so.1.0 (#163217)

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
milahu 2022-03-23 08:54:09 +01:00 committed by GitHub
parent 848091a52b
commit cd64f8e8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
ln -s $out/lib/libbz2.so.1.0.* $out/lib/libbz2.so.1.0
'';
meta = with lib; {
description = "High-quality data compression program";
homepage = "https://www.sourceware.org/bzip2";