mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: exa: Add missing arguments keyword.
This was inadvertently removed in 3dbf3a7f51
.
* gnu/packages/rust-apps.scm (exa)[arguments]: Add #:phases.
This commit is contained in:
parent
1ca0c34867
commit
79caf46a9c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ (define-public exa
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue