guix-devel
[Top][All Lists]
Advanced

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

[PATCH 1/2] gnu: password-store: Delete build phase


From: Christopher Baines
Subject: [PATCH 1/2] gnu: password-store: Delete build phase
Date: Sat, 10 Dec 2016 09:55:36 +0000

* gnu/packages/password-utils.scm (password-store): Remove the build
  phase, as it is unused.
---
 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"))
-- 
2.10.2




reply via email to

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