From e016a7e7a9eb3d27a4d6368861222e9916e27a47 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 22 May 2023 13:41:42 -0400 Subject: [PATCH] rekahsoft-gnu: Update overmind from v1 to v2 (2.4.0) --- rekahsoft-gnu/packages/golang.scm | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/rekahsoft-gnu/packages/golang.scm b/rekahsoft-gnu/packages/golang.scm index e2adccc..4dc99da 100644 --- a/rekahsoft-gnu/packages/golang.scm +++ b/rekahsoft-gnu/packages/golang.scm @@ -120,10 +120,10 @@ platforms. Gox will also build the cross-compilation toolchain for you.") (home-page "https://github.com/aws/aws-sdk-go") (license license:asl2.0))) -(define-public go-github-com-darthsim-overmind +(define-public go-github-com-darthsim-overmind-v2 (package (name "overmind") - (version "1.2.1") + (version "2.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -132,18 +132,28 @@ platforms. Gox will also build the cross-compilation toolchain for you.") (file-name (git-file-name name version)) (sha256 (base32 - "11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw")))) + "00dk6pnq3b53xac7kakm5fmzbw0qg152mm5m8zfvnkbmsp5176vj")))) (build-system go-build-system) - (propagated-inputs (list which ; used to locate tmux - tmux)) (arguments - '(#:import-path "github.com/DarthSim/overmind")) + '(#:import-path "github.com/DarthSim/overmind" + #:install-source? #f)) + (propagated-inputs `(("go-golang-org-x-sys" ,go-golang-org-x-sys) + ("go-github-com-russross-blackfriday-v2" ,go-github-com-russross-blackfriday-v2) + ("go-github-com-kardianos-osext" ,go-github-com-kardianos-osext) + ("go-github-com-cpuguy83-go-md2man-v2" ,go-github-com-cpuguy83-go-md2man-v2) + ("go-golang-org-x-term" ,go-golang-org-x-term) + ("go-github-com-urfave-cli" ,go-github-com-urfave-cli) + ("go-github-com-sevlyar-go-daemon" ,go-github-com-sevlyar-go-daemon) + ("go-github-com-matoous-go-nanoid" ,go-github-com-matoous-go-nanoid) + ("go-github-com-darthsim-godotenv" ,go-github-com-darthsim-godotenv) + ("which" ,which) ; used to locate tmux + ("tmux" ,tmux))) (home-page "https://github.com/DarthSim/overmind") (synopsis "Overmind, a process manager for Procfile-based applications") (description "Overmind is a process manager for Procfile-based applications and -@url{https://tmux.github.io/,tmux}. With Overmind, you can easily run several -processes from your @code{Procfile} in a single terminal.") +@@url{https://tmux.github.io/,tmux}. With Overmind, you can easily run several +processes from your @@code{Procfile} in a single terminal.") (license license:expat))) (define-public go-github-com-darthsim-godotenv