Merge branch master into staging

This commit is contained in:
Eric Seidel
2015-04-06 18:58:08 -07:00
430 changed files with 8926 additions and 4887 deletions
@@ -1,4 +1,4 @@
{stdenv, fetchurl, xz}:
{ stdenv, fetchurl, xz }:
stdenv.mkDerivation rec {
name = "libunwind-1.1";
@@ -22,8 +22,10 @@ stdenv.mkDerivation rec {
touch "$out/lib/libunwind-generic.so"
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.nongnu.org/libunwind;
description = "A portable and efficient API to determine the call-chain of a program";
platforms = platforms.linux;
license = licenses.gpl2;
};
}