We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent dc7cc77 commit 9ccdf60Copy full SHA for 9ccdf60
pkgs/development/libraries/libunwind/default.nix
@@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
9
sha256 = "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz";
10
};
11
12
+ patches = [
13
+ ./version-1.2.1.patch
14
+ ];
15
+
16
nativeBuildInputs = [ autoreconfHook ];
17
18
outputs = [ "out" "dev" ];
pkgs/development/libraries/libunwind/version-1.2.1.patch
@@ -0,0 +1,13 @@
1
+diff --git a/configure.ac b/configure.ac
2
+index a254bbe..fe0247b 100644
3
+--- a/configure.ac
4
++++ b/configure.ac
5
+@@ -1,6 +1,6 @@
6
+ define(pkg_major, 1)
7
+-define(pkg_minor, 2.1)
8
+-define(pkg_extra, )
++define(pkg_minor, 2)
++define(pkg_extra, 1)
+ define(pkg_maintainer, libunwind-devel@nongnu.org)
+ define(mkvers, $1.$2$3)
+ dnl Process this file with autoconf to produce a configure script.
0 commit comments