mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: direnv: Build with Go 1.9.
* gnu/packages/shellutils.scm (direnv)[native-inputs]: Remove go. [inputs]: Add go-1.9.
This commit is contained in:
parent
021bf6af18
commit
978d59737a
1 changed files with 3 additions and 2 deletions
|
@ -116,9 +116,10 @@ (define-public direnv
|
|||
'(#: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
|
||||
|
|
Loading…
Reference in a new issue