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