rekahsoft-gnu: Rename go-github-com-darthsim-overmind to overmind
* rekahsoft-gnu/packages/golang.scm (go-github-com-darthsim-overmind): Rename package to 'overmind'. Add 'which' as propagated-input.
This commit is contained in:
parent
58deed2341
commit
fdde5b8bcc
@ -122,7 +122,7 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
|
|||||||
|
|
||||||
(define-public go-github-com-darthsim-overmind
|
(define-public go-github-com-darthsim-overmind
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-darthsim-overmind")
|
(name "overmind")
|
||||||
(version "1.2.1")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -134,7 +134,8 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
|
|||||||
(base32
|
(base32
|
||||||
"11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw"))))
|
"11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs (list tmux))
|
(propagated-inputs (list which ; used to locate tmux
|
||||||
|
tmux))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/DarthSim/overmind"))
|
'(#:import-path "github.com/DarthSim/overmind"))
|
||||||
(home-page "https://github.com/DarthSim/overmind")
|
(home-page "https://github.com/DarthSim/overmind")
|
||||||
|
Loading…
Reference in New Issue
Block a user