mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust@1.19.0: Use match-lambda directly.
Follow-up to 3159ef7c99
.
* gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[build]: Use
match-lambda directly.
This commit is contained in:
parent
f006237c54
commit
0bcd1bc778
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ (define rust-1.19
|
|||
;; but right now, Cargo has problems with libstd's circular
|
||||
;; dependencies.
|
||||
(mkdir-p "output/target-libs")
|
||||
(for-each ((@ (ice-9 match) match-lambda)
|
||||
(for-each (match-lambda
|
||||
((name . flags)
|
||||
(write name)
|
||||
(newline)
|
||||
|
|
Loading…
Reference in a new issue