mbakke pushed a commit to branch master
in repository guix.
commit 619f98fa8f38fb26a447ad747f5f91223ab738ef
Author: Christopher Baines <[email protected]>
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 <[email protected]>
---
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"))