gnu: sratom: Adjust indentation.

* gnu/packages/audio.scm (sratom): Re-indent.
This commit is contained in:
Marius Bakke 2019-11-13 23:04:08 +01:00
parent 6e0b18bf09
commit 95f6e6dad8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2388,14 +2388,14 @@ (define-public sratom
(name "sratom") (name "sratom")
(version "0.6.4") (version "0.6.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.drobilla.net/sratom-" (uri (string-append "https://download.drobilla.net/sratom-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l")))) "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments `(#:tests? #f)) ; no check target (arguments `(#:tests? #f)) ;no check target
(propagated-inputs (propagated-inputs
;; In Requires of sratom-0.pc. ;; In Requires of sratom-0.pc.
`(("lv2" ,lv2) `(("lv2" ,lv2)