diff options
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r-- | gnu/packages/shellutils.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index ea19830853..a91d45addd 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 |