all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35050] [PATCH] gnu: direnv: Fix build failure.
@ 2019-03-30 16:19 Oleg Pykhalov
  2019-03-30 19:11 ` Leo Famulari
  2020-04-13 21:14 ` Vincent Legoll
  0 siblings, 2 replies; 11+ messages in thread
From: Oleg Pykhalov @ 2019-03-30 16:19 UTC (permalink / raw)
  To: 35050

* gnu/packages/shellutils.scm (direnv)[arguments]: Setup Go environment after
unpack.
---
 gnu/packages/shellutils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 88c0f32e99..b32f184e96 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
+;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -127,7 +128,7 @@ are already there.")
        (modify-phases %standard-phases
          (delete 'configure)
          ;; Help the build scripts find the Go language dependencies.
-         (add-before 'unpack 'setup-go-environment
+         (add-after 'unpack 'setup-go-environment
            (assoc-ref go:%standard-phases 'setup-go-environment)))))
     (inputs
      `(("go" ,go)
-- 
2.21.0

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

end of thread, other threads:[~2020-04-13 21:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-30 16:19 [bug#35050] [PATCH] gnu: direnv: Fix build failure Oleg Pykhalov
2019-03-30 19:11 ` Leo Famulari
2019-03-30 22:25   ` Oleg Pykhalov
2019-03-30 23:26     ` Leo Famulari
2019-04-01 12:06       ` Oleg Pykhalov
2019-04-01 17:07         ` Leo Famulari
2019-04-05 17:22           ` Oleg Pykhalov
2019-04-23 15:39             ` Leo Famulari
2020-04-13 21:14 ` Vincent Legoll
2020-04-13 21:40   ` Leo Famulari
2020-04-13 21:42     ` bug#35050: " Vincent Legoll

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.