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 <mbakke@fastmail.com>
This commit is contained in:
Christopher Baines 2016-12-10 09:55:36 +00:00 committed by Marius Bakke
parent fc184fe2de
commit 619f98fa8f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -280,6 +280,7 @@ (define-public password-store
'(#: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"))