libunwind: Fix lzma propagation
This commit is contained in:
parent
bbfac173ba
commit
b835d4bade
@ -22,6 +22,12 @@ stdenv.mkDerivation rec {
|
|||||||
touch "$out/lib/libunwind-generic.so"
|
touch "$out/lib/libunwind-generic.so"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
find $out -name \*.la | while read file; do
|
||||||
|
sed -i 's,-llzma,${xz}/lib/liblzma.la,' $file
|
||||||
|
done
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/libunwind;
|
homepage = http://www.nongnu.org/libunwind;
|
||||||
description = "A portable and efficient API to determine the call-chain of a program";
|
description = "A portable and efficient API to determine the call-chain of a program";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user