unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: 47947@debbugs.gnu.org
Cc: Mathieu Othacehe <othacehe@gnu.org>
Subject: [bug#47947] [PATCH 5/5] gnu: alsa-lib: Fix the indentation.
Date: Thu, 22 Apr 2021 11:54:21 +0200	[thread overview]
Message-ID: <20210422095421.10358-5-othacehe@gnu.org> (raw)
In-Reply-To: <20210422095421.10358-1-othacehe@gnu.org>

* gnu/packages/linux.scm (alsa-lib): Fix the indentation.
---
 gnu/packages/linux.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9c5bca49c3..35db28ca5a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2187,13 +2187,13 @@ configuration files that can be used for specific audio hardware.")
     (name "alsa-lib")
     (version "1.2.4")
     (source (origin
-             (method url-fetch)
-             (uri (string-append
-                   "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
-                   version ".tar.bz2"))
-             (sha256
-              (base32
-               "1xq8d48wfy59qw4x7383j32n8j5njndw5hcgnmlg9pvclphlnmgp"))))
+              (method url-fetch)
+              (uri (string-append
+                    "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
+                    version ".tar.bz2"))
+              (sha256
+               (base32
+                "1xq8d48wfy59qw4x7383j32n8j5njndw5hcgnmlg9pvclphlnmgp"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
-- 
2.31.1





  parent reply	other threads:[~2021-04-22  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22  9:52 [bug#47947] [PATCH 0/5] Add alsa-ucm-conf and alsa-topology-conf Mathieu Othacehe
2021-04-22  9:54 ` [bug#47947] [PATCH 1/5] gnu: Add alsa-ucm-conf Mathieu Othacehe
2021-04-22  9:54   ` [bug#47947] [PATCH 2/5] gnu: Add alsa-topology-conf Mathieu Othacehe
2021-04-22  9:54   ` [bug#47947] [PATCH 3/5] gnu: alsa-lib: Use alsa-ucm-conf and alsa-topology-conf Mathieu Othacehe
2021-04-22  9:54   ` [bug#47947] [PATCH 4/5] gnu: alsa-lib: Update the home-page Mathieu Othacehe
2021-04-22  9:54   ` Mathieu Othacehe [this message]
2021-05-13 15:32 ` bug#47947: [PATCH 0/5] Add alsa-ucm-conf and alsa-topology-conf Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210422095421.10358-5-othacehe@gnu.org \
    --to=othacehe@gnu.org \
    --cc=47947@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).