gnu: exa: Add missing arguments keyword.
This was inadvertently removed in 3dbf3a7f51
.
* gnu/packages/rust-apps.scm (exa)[arguments]: Add #:phases.
master
parent
1ca0c34867
commit
79caf46a9c
|
@ -73,6 +73,7 @@
|
||||||
("rust-zoneinfo-compiled" ,rust-zoneinfo-compiled-0.4))
|
("rust-zoneinfo-compiled" ,rust-zoneinfo-compiled-0.4))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-datetime" ,rust-datetime-0.4))
|
(("rust-datetime" ,rust-datetime-0.4))
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Ignoring failing tests.
|
;; Ignoring failing tests.
|
||||||
;; Reported in https://github.com/ogham/exa/issues/318
|
;; Reported in https://github.com/ogham/exa/issues/318
|
||||||
|
|
Reference in New Issue