aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2024-04-26 13:41:56 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-04 19:14:25 +0200
commit96a0a7431ff216d1a3c8ca7858e150e557aebe4d (patch)
tree4ee2254be9fe93b2a724d0abf5ec6cf177ac0080 /.gitattributes
parent7d9ad8f3a695b6d813f484625681263f4509f181 (diff)
downloadguix-96a0a7431ff216d1a3c8ca7858e150e557aebe4d.tar.gz
guix-96a0a7431ff216d1a3c8ca7858e150e557aebe4d.zip
gnu: gwenhywfar: Update to 5.10.2.
* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.10.2. [inputs]: add libxml2. [arguments]: <configure-flags>: Remove flag that's not recognised --with-openssl-includes; add --with-libxml2-code, --enable-system-certs and --disable-binreloc Change-Id: I4085779e3ed7ecb621dd3d0b5427e92962466033 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
4f5d9a9'>maint: Ignore cross-compilation to x86....This is consistent with what's done by 'cross-jobs' in (gnu ci). * etc/release-manifest.scm (%cross-manifest): Remove "x86_64-linux-gnu" and "i686-linux-gnu" from the list returned by 'targets'. Ludovic Courtès