guix/gnu
Maxime Devos a3bfe953d2
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>
2021-08-30 14:09:32 -04:00
..
bootloader Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00
build build/jami-service: Fix range ends in account-fingerprint-rx. 2021-08-30 14:09:32 -04:00
installer Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00
machine Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00
packages gnu: Add python-coolbox. 2021-08-30 18:29:57 +02:00
services services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>. 2021-08-30 14:24:14 +02:00
system Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00
tests Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00
artwork.scm
bootloader.scm bootloader: Report location of the deprecated 'target' field. 2021-08-30 14:22:35 +02:00
ci.scm
image.scm
installer.scm
local.mk build: Build (gnu packages rocm). 2021-08-30 14:27:30 +02:00
machine.scm
packages.scm
services.scm system: Handle 'setuid-programs' deprecation handling as a field sanitizer. 2021-08-12 12:34:13 +02:00
system.scm system: Accept gexps in 'setuid-programs'. 2021-08-12 12:34:13 +02:00
tests.scm Migrate to the new 'targets' field of bootloader-configuration. 2021-08-29 01:05:26 -04:00