From 95f6e6dad80aa198b5b8d02851050bcfe0928c26 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 13 Nov 2019 23:04:08 +0100 Subject: gnu: sratom: Adjust indentation. * gnu/packages/audio.scm (sratom): Re-indent. --- gnu/packages/audio.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu/packages/audio.scm') 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) -- cgit v1.2.3