From fdde5b8bccf0e10d26fbc45c940d2ce1670cd8ac Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 22 May 2023 13:24:25 -0400 Subject: [PATCH] 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. --- rekahsoft-gnu/packages/golang.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rekahsoft-gnu/packages/golang.scm b/rekahsoft-gnu/packages/golang.scm index b9fb746..7f8cbf7 100644 --- a/rekahsoft-gnu/packages/golang.scm +++ b/rekahsoft-gnu/packages/golang.scm @@ -122,7 +122,7 @@ platforms. Gox will also build the cross-compilation toolchain for you.") (define-public go-github-com-darthsim-overmind (package - (name "go-github-com-darthsim-overmind") + (name "overmind") (version "1.2.1") (source (origin (method git-fetch) @@ -134,7 +134,8 @@ platforms. Gox will also build the cross-compilation toolchain for you.") (base32 "11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw")))) (build-system go-build-system) - (propagated-inputs (list tmux)) + (propagated-inputs (list which ; used to locate tmux + tmux)) (arguments '(#:import-path "github.com/DarthSim/overmind")) (home-page "https://github.com/DarthSim/overmind")