aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-23 16:47:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-23 17:05:18 +0100
commit2ec1ff73659b64eacc5cb407aeb2807c45d90c50 (patch)
treeaf9fbb93701d09d45f7220bcafd71ccfe08faa6b /gnu/packages/shellutils.scm
parent6d43590d4688ca479948ffd8db19ef8f0ad2db1e (diff)
downloadguix-2ec1ff73659b64eacc5cb407aeb2807c45d90c50.tar
guix-2ec1ff73659b64eacc5cb407aeb2807c45d90c50.tar.gz
gnu: direnv: Adjust inputs.
* gnu/packages/shellutils.scm (direnv): Adjust inputs. [native-inputs]: Remove go-github-com-direnv-go-dotenv. Change-Id: Ib9edf656eb30d518dd2f4551d0d9c7eb282c917b
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm6
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