guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: alsa-lib: Fix the indentation.


From: guix-commits
Subject: 05/05: gnu: alsa-lib: Fix the indentation.
Date: Thu, 13 May 2021 11:31:40 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 668d286ea525dd724ddc393cb8a5487797e579ca
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Apr 22 11:44:25 2021 +0200

    gnu: alsa-lib: Fix the indentation.
    
    * 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 a553500..f0ce039 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2235,13 +2235,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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]