From 2ec1ff73659b64eacc5cb407aeb2807c45d90c50 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 23 Aug 2024 16:47:22 +0100 Subject: gnu: direnv: Adjust inputs. * gnu/packages/shellutils.scm (direnv): Adjust inputs. [native-inputs]: Remove go-github-com-direnv-go-dotenv. Change-Id: Ib9edf656eb30d518dd2f4551d0d9c7eb282c917b --- gnu/packages/shellutils.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index ea198308536..a91d45addd7 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -639,8 +639,10 @@ Latin script and other languages.") ;; direnv executable that's generated is removed. (invoke "make" "clean")))))))) (native-inputs - (list go-github-com-burntsushi-toml go-github-com-direnv-go-dotenv - go-github-com-mattn-go-isatty go-golang-org-x-mod which)) + (list go-github-com-burntsushi-toml + go-github-com-mattn-go-isatty + go-golang-org-x-mod + which)) (home-page "https://direnv.net/") (synopsis "Environment switcher for the shell") (description -- cgit v1.3