guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: exa: Add missing arguments keyword.


From: guix-commits
Subject: branch master updated: gnu: exa: Add missing arguments keyword.
Date: Sun, 22 Nov 2020 18:23:35 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79caf46  gnu: exa: Add missing arguments keyword.
79caf46 is described below

commit 79caf46a9cad811c8511857ffc985f584f1d1f04
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Nov 23 00:22:49 2020 +0100

    gnu: exa: Add missing arguments keyword.
    
    This was inadvertently removed in 3dbf3a7f516cb5576ce77d9545cfa56b741f279b.
    
    * gnu/packages/rust-apps.scm (exa)[arguments]: Add #:phases.
---
 gnu/packages/rust-apps.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 004f71a..4b66429 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]