guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: direnv: Build with Go 1.9.


From: Leo Famulari
Subject: 02/02: gnu: direnv: Build with Go 1.9.
Date: Tue, 13 Nov 2018 11:28:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 978d59737acaadbb0d2aa02ed071bb5d3f555973
Author: Leo Famulari <address@hidden>
Date:   Tue Nov 13 11:25:54 2018 -0500

    gnu: direnv: Build with Go 1.9.
    
    * gnu/packages/shellutils.scm (direnv)[native-inputs]: Remove go.
    [inputs]: Add go-1.9.
---
 gnu/packages/shellutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 3020fdd..0978300 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -116,9 +116,10 @@ are already there.")
      '(#:test-target "test"
        #:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs 
"out")))
        #:phases (modify-phases %standard-phases (delete 'configure))))
+    (inputs
+     `(("go" ,go-1.9)))
     (native-inputs
-      `(("go" ,go)
-        ("which" ,which)))
+      `(("which" ,which)))
     (home-page "https://direnv.net/";)
     (synopsis "Environment switcher for the shell")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]