1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-jsonnet: Fix typo.

* gnu/packages/golang-xyz.scm (go-jsonnet) [arguments]
<install-source?>: Fix field typo.

Change-Id: I492cda851a0e577dcc47cd557178524d147e1649
This commit is contained in:
Sharlatan Hellseher 2025-01-09 15:20:05 +00:00
parent 0edeae4178
commit e5bf6b3e5a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15766,7 +15766,7 @@ correctly.")))
(build-system go-build-system)
(arguments
(list
#:intall-source? #f
#:install-source? #f
#:import-path "github.com/google/go-jsonnet/cmd/jsonnet"
#:unpack-path "github.com/google/go-jsonnet"))
(native-inputs