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:
parent
0edeae4178
commit
e5bf6b3e5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue