libunwind: fix version macros

Fixes julia_05 build: #26891

Changed files
+17
pkgs
development
libraries
+4
pkgs/development/libraries/libunwind/default.nix
··· 9 9 sha256 = "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz"; 10 10 }; 11 11 12 + patches = [ 13 + ./version-1.2.1.patch 14 + ]; 15 + 12 16 nativeBuildInputs = [ autoreconfHook ]; 13 17 14 18 outputs = [ "out" "dev" ];
+13
pkgs/development/libraries/libunwind/version-1.2.1.patch
··· 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, ) 9 + +define(pkg_minor, 2) 10 + +define(pkg_extra, 1) 11 + define(pkg_maintainer, libunwind-devel@nongnu.org) 12 + define(mkvers, $1.$2$3) 13 + dnl Process this file with autoconf to produce a configure script.