guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: password-store: Delete build phase


From: Marius Bakke
Subject: 01/02: gnu: password-store: Delete build phase
Date: Sat, 10 Dec 2016 13:11:16 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 619f98fa8f38fb26a447ad747f5f91223ab738ef
Author: Christopher Baines <address@hidden>
Date:   Sat Dec 10 09:55:36 2016 +0000

    gnu: password-store: Delete build phase
    
    * gnu/packages/password-utils.scm (password-store): Remove the build
      phase, as it is unused.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/password-utils.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index cf030ec..bdb3acf 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -280,6 +280,7 @@ any X11 window.")
      '(#:phases
        (modify-phases %standard-phases
          (delete 'configure)
+         (delete 'build)
          (add-after 'install 'wrap-path
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out"))



reply via email to

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