GNU bug report logs -
#35050
[PATCH] gnu: direnv: Fix build failure.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 30 Mar 2019 16:24:02 UTC
Severity: normal
Tags: patch
Done: Vincent Legoll <vincent.legoll <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#35050: [PATCH] gnu: direnv: Fix build failure.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 35050 <at> debbugs.gnu.org.
--
35050: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35050
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On 13/04/2020 23:40, Leo Famulari wrote:
> On Mon, Apr 13, 2020 at 11:14:24PM +0200, Vincent Legoll wrote:
>> *Hello, shouldn't this issue be closed ? The associated issue #35387 has
>> been fixed & closed. direnv seems to build OK (except for arm*) as seen on: http://data.guix.gnu.org/revision/bad368b0d794689f3a8a11b58f1ea4987938682e/package/direnv/2.15.2
>> I ask because I'm not completely sure... -- Vincent Legoll *
> Yes, please close it
OK, done
[Message part 3 (message/rfc822, inline)]
* 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 <at> xsteve.at>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Benjamin Slade <slade <at> jnanam.net>
+;;; Copyright © 2019 Oleg Pykhalov <go.wigust <at> 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
This bug report was last modified 5 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.