diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-08 14:20:23 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:43 +0000 |
commit | 9d18601c985f90e69850b507996b854122418260 (patch) | |
tree | b3c22c5edf8ab24e3710929f049e04558e0173dd | |
parent | 86e4e6426ca4e0904219fb43418b1c4324e420a4 (diff) |
gnu: go-jsonnet: Adjust inputs.
* gnu/packages/golang.scm (go-jsonnet): Move all propagated-inputs to
native-inputs as it's a final CLI command.
Change-Id: I95c55cb1c95e7e794ed963d9e991431625fbaee8
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8299638bcd..1a626bfc4a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3994,7 +3994,7 @@ aware of your profiles and configuration in ~/.aws/config.") '(#:intall-source? #f #:import-path "github.com/google/go-jsonnet/cmd/jsonnet" #:unpack-path "github.com/google/go-jsonnet")) - (propagated-inputs (list go-sigs-k8s-io-yaml go-gopkg-in-yaml-v2 + (native-inputs (list go-sigs-k8s-io-yaml go-gopkg-in-yaml-v2 go-github-com-sergi-go-diff go-github-com-fatih-color)) (home-page "https://github.com/google/go-jsonnet") |