gnu: go-golang-org-x-image: Fix indentation.

* gnu/packages/golang-build.scm (go-golang-org-x-image): Fix indentation.

Change-Id: I558cf2c2edf918408bb4ff6c8605e27ba6145992
This commit is contained in:
Sharlatan Hellseher 2024-07-03 20:22:15 +01:00
parent 5cbbce16f2
commit 102069811f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -207,19 +207,19 @@ compile does not support generics.")
(file-name (git-file-name name version))
(sha256
(base32 "0d7zwdsg06km24vhx6dzk1w26wpi3yhx9jfkf9jnsp5chv5pzlw3"))))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/image"
;; Source-only package
#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'build))))
(home-page "https://go.googlesource.com/image")
(synopsis "Supplemental Go image libraries")
(description "This package provides supplemental Go libraries for image
processing.")
(license license:bsd-3)))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/image"
;; Source-only package
#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'build))))
(home-page "https://go.googlesource.com/image")
(synopsis "Supplemental Go image libraries")
(description
"This package provides supplemental Go libraries for image processing.")
(license license:bsd-3)))
(define-public go-golang-org-x-mod
(let ((commit "7c05a442b7c1d1a107879b4a090bb5a38d3774a1")