me
/
guix
Archived
1
0
Fork 0

gnu: mercury: Selectively import match-lambda from ice9 module.

* gnu/packages/mercury.scm (mercury): Use #:select instead of a
comment string for importing match-lambda.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
master
jgart 2022-02-18 01:15:40 -05:00 committed by Raghav Gururajan
parent a814b8ff9c
commit f1d08be7af
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#:use-module (gnu packages shells)
#:use-module (gnu packages bison)
#:use-module (gnu packages pkg-config)
#:use-module (ice-9 match)) ; match-lambda
#:use-module ((ice-9 match) #:select (match-lambda)))
;; NOTE: Mercury uses a tightly coupled fork of BDWGC and
;; libatomic-ops. When updating the package, please check the GitHub