From 5cf3836d5d6e2f138c7922b4f39db6475794ff0d Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 22 Jun 2023 22:19:58 -0400 Subject: [PATCH] rekahsoft-gnu: Update fzf dependency variable reference * rekahsoft-gnu/packages/shellutils.scm (fzf): go-github.com-mattn-go-runewidth was renamed to go-github-com-mattn-go-runewidth in guix rev da4305e9b3d65cf698a6987bd7be7905785bf06c --- rekahsoft-gnu/packages/shellutils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rekahsoft-gnu/packages/shellutils.scm b/rekahsoft-gnu/packages/shellutils.scm index edfcd8c..a5bf027 100644 --- a/rekahsoft-gnu/packages/shellutils.scm +++ b/rekahsoft-gnu/packages/shellutils.scm @@ -56,7 +56,7 @@ "0hyxydrk057pcaqqfbbi0a4zrfxgx7688rm466a7ambl3vsrdscv")))) (build-system go-build-system) (native-inputs `(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty) - ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth) + ("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth) ("github.com/mattn/go-shellwords" ,go-github-com-mattn-go-shellwords) ("go-golang-org-x-crypto" ,go-golang-org-x-crypto) ("go-golang-org-x-sys" ,go-golang-org-x-sys)