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
|
;; but right now, Cargo has problems with libstd's circular
|
||||||
;; dependencies.
|
;; dependencies.
|
||||||
(mkdir-p "output/target-libs")
|
(mkdir-p "output/target-libs")
|
||||||
(for-each ((@ (ice-9 match) match-lambda)
|
(for-each (match-lambda
|
||||||
((name . flags)
|
((name . flags)
|
||||||
(write name)
|
(write name)
|
||||||
(newline)
|
(newline)
|
||||||
|
|
Loading…
Reference in New Issue