libunwind: Add meta information
This commit is contained in:
parent
475e43ee22
commit
4a76e860bb
|
@ -16,8 +16,10 @@ stdenv.mkDerivation rec {
|
||||||
touch "$out/lib/libunwind-generic.so"
|
touch "$out/lib/libunwind-generic.so"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
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";
|
||||||
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue