bzip2: add symlink libbz2.so.1.0 (#163217)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
parent
848091a52b
commit
cd64f8e8b3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user