diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-23 16:47:22 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-23 17:05:18 +0100 |
commit | 2ec1ff73659b64eacc5cb407aeb2807c45d90c50 (patch) | |
tree | af9fbb93701d09d45f7220bcafd71ccfe08faa6b | |
parent | 6d43590d4688ca479948ffd8db19ef8f0ad2db1e (diff) | |
download | guix-2ec1ff73659b64eacc5cb407aeb2807c45d90c50.tar.gz guix-2ec1ff73659b64eacc5cb407aeb2807c45d90c50.zip |
gnu: direnv: Adjust inputs.
* gnu/packages/shellutils.scm (direnv): Adjust inputs.
[native-inputs]: Remove go-github-com-direnv-go-dotenv.
Change-Id: Ib9edf656eb30d518dd2f4551d0d9c7eb282c917b
-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 |