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) | |
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 ea198308536..a91d45addd7 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -639,8 +639,10 @@ Latin script and other languages.") | |||
| 639 | ;; direnv executable that's generated is removed. | 639 | ;; direnv executable that's generated is removed. |
| 640 | (invoke "make" "clean")))))))) | 640 | (invoke "make" "clean")))))))) |
| 641 | (native-inputs | 641 | (native-inputs |
| 642 | (list go-github-com-burntsushi-toml go-github-com-direnv-go-dotenv | 642 | (list go-github-com-burntsushi-toml |
| 643 | go-github-com-mattn-go-isatty go-golang-org-x-mod which)) | 643 | go-github-com-mattn-go-isatty |
| 644 | go-golang-org-x-mod | ||
| 645 | which)) | ||
| 644 | (home-page "https://direnv.net/") | 646 | (home-page "https://direnv.net/") |
| 645 | (synopsis "Environment switcher for the shell") | 647 | (synopsis "Environment switcher for the shell") |
| 646 | (description | 648 | (description |
