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.
master
Danny Milosavljevic 2018-09-12 17:41:31 +02:00
parent f006237c54
commit 0bcd1bc778
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -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)