me
/
guix
Archived
1
0
Fork 0

gnu: exa: Add missing arguments keyword.

This was inadvertently removed in 3dbf3a7f51.

* gnu/packages/rust-apps.scm (exa)[arguments]: Add #:phases.
master
Marius Bakke 2020-11-23 00:22:49 +01:00
parent 1ca0c34867
commit 79caf46a9c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
("rust-zoneinfo-compiled" ,rust-zoneinfo-compiled-0.4))
#:cargo-development-inputs
(("rust-datetime" ,rust-datetime-0.4))
#:phases
(modify-phases %standard-phases
;; Ignoring failing tests.
;; Reported in https://github.com/ogham/exa/issues/318