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
|
@ -408,7 +408,7 @@ test = { path = \"../libtest\" }
|
|||
;; 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 New Issue