unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: password-store: Delete build phase
@ 2016-12-10  9:55 Christopher Baines
  2016-12-10  9:55 ` [PATCH 2/2] gnu: password-store: Don't run tests in parallel Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2016-12-10  9:55 UTC (permalink / raw)
  To: guix-devel

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-10 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10  9:55 [PATCH 1/2] gnu: password-store: Delete build phase Christopher Baines
2016-12-10  9:55 ` [PATCH 2/2] gnu: password-store: Don't run tests in parallel Christopher Baines
2016-12-10 13:11   ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).