mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
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>
This commit is contained in:
parent
a814b8ff9c
commit
f1d08be7af
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
#:use-module (gnu packages shells)
|
#:use-module (gnu packages shells)
|
||||||
#:use-module (gnu packages bison)
|
#:use-module (gnu packages bison)
|
||||||
#:use-module (gnu packages pkg-config)
|
#: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
|
;; NOTE: Mercury uses a tightly coupled fork of BDWGC and
|
||||||
;; libatomic-ops. When updating the package, please check the GitHub
|
;; libatomic-ops. When updating the package, please check the GitHub
|
||||||
|
|
Loading…
Reference in a new issue