diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-11-13 23:04:08 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-14 00:16:11 +0100 |
commit | 95f6e6dad80aa198b5b8d02851050bcfe0928c26 (patch) | |
tree | 776318e2803ac91687c1cfca14449d384b4f8075 | |
parent | 6e0b18bf09622fe1ac3e7674867946395c3e024a (diff) |
gnu: sratom: Adjust indentation.
* gnu/packages/audio.scm (sratom): Re-indent.
-rw-r--r-- | gnu/packages/audio.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index c87a4964d7..7288fa1b46 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2388,14 +2388,14 @@ input/output.") (name "sratom") (version "0.6.4") (source (origin - (method url-fetch) - (uri (string-append "https://download.drobilla.net/sratom-" - version ".tar.bz2")) - (sha256 - (base32 - "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l")))) + (method url-fetch) + (uri (string-append "https://download.drobilla.net/sratom-" + version ".tar.bz2")) + (sha256 + (base32 + "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l")))) (build-system waf-build-system) - (arguments `(#:tests? #f)) ; no check target + (arguments `(#:tests? #f)) ;no check target (propagated-inputs ;; In Requires of sratom-0.pc. `(("lv2" ,lv2) |