diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-08-30 19:39:35 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-31 19:50:30 +0300 |
commit | d3d2fae2ce00eadd927276190dc2e2f86a89fa05 (patch) | |
tree | 0c669dc147fa1ede89a5b6bafd621aeb42d2d40e /build-aux | |
parent | bac072e09bb80c172672e13782e1ed25ce04d6d5 (diff) | |
download | guix-d3d2fae2ce00eadd927276190dc2e2f86a89fa05.tar.gz guix-d3d2fae2ce00eadd927276190dc2e2f86a89fa05.zip |
build/jami-service: Fix range ends in account-fingerprint-rx.
This broke compilation of Guix with guile@3.0.2 with:
In procedure make-regexp: Invalid range end
The fix is to replace [0-9A-f] with [0-9A-Fa-f].
* gnu/build/jami-service.scm (account-fingerprint-rx): Correct regexp.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions