libunwind: patch to fix build on non-glibc

This commit is contained in:
Will Dietz
2018-02-13 09:44:29 -06:00
parent 41026550e2
commit bc2ad5a968
2 changed files with 46 additions and 0 deletions
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
patches = [
./version-1.2.1.patch
./backtrace-only-with-glibc.patch
];
nativeBuildInputs = [ autoreconfHook ];