tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
libunwind: fix version macros
Fixes julia_05 build: #26891
Orivej Desh
8 years ago
9ccdf60b
dc7cc771
+17
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
libunwind
default.nix
version-1.2.1.patch
+4
pkgs/development/libraries/libunwind/default.nix
···
9
9
sha256 = "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz";
10
10
};
11
11
12
12
+
patches = [
13
13
+
./version-1.2.1.patch
14
14
+
];
15
15
+
12
16
nativeBuildInputs = [ autoreconfHook ];
13
17
14
18
outputs = [ "out" "dev" ];
+13
pkgs/development/libraries/libunwind/version-1.2.1.patch
···
1
1
+
diff --git a/configure.ac b/configure.ac
2
2
+
index a254bbe..fe0247b 100644
3
3
+
--- a/configure.ac
4
4
+
+++ b/configure.ac
5
5
+
@@ -1,6 +1,6 @@
6
6
+
define(pkg_major, 1)
7
7
+
-define(pkg_minor, 2.1)
8
8
+
-define(pkg_extra, )
9
9
+
+define(pkg_minor, 2)
10
10
+
+define(pkg_extra, 1)
11
11
+
define(pkg_maintainer, libunwind-devel@nongnu.org)
12
12
+
define(mkvers, $1.$2$3)
13
13
+
dnl Process this file with autoconf to produce a configure script.