guix-patches
[Top][All Lists]
Advanced

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

[bug#67963] [PATCH 1/4] gnu: perl.scm: Fix indentation (no functional ch


From: Felix Lechner
Subject: [bug#67963] [PATCH 1/4] gnu: perl.scm: Fix indentation (no functional changes).
Date: Thu, 21 Dec 2023 20:18:31 -0800

* gnu/packages/perl.scm: Fix indentation (no functional changes).

Change-Id: I448643ee971fbeeead233124fc3fb5982dd02bbb
---
 gnu/packages/perl.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8b82c272fc..aca4c36ea7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3776,24 +3776,24 @@ (define-public perl-devel-checklib
 
 (define-public perl-devel-checkcompiler
   (package
-  (name "perl-devel-checkcompiler")
-  (version "0.07")
-  (source (origin
-            (method url-fetch)
-            (uri (string-append "mirror://cpan/authors/id/S/SY/SYOHEX/"
-                                "Devel-CheckCompiler-" version ".tar.gz"))
-            (sha256
-             (base32
-              "1db973a4dbyknjxq608hywil5ai6vplnayshqxrd7m5qnjbpd2vn"))))
-  (build-system perl-build-system)
-  (native-inputs
-   (list perl-module-build-tiny))
-  (home-page "https://metacpan.org/release/Devel-CheckCompiler";)
-  (synopsis "Check compiler availability")
-  (description "@code{Devel::CheckCompiler} is a tiny module to check
+    (name "perl-devel-checkcompiler")
+    (version "0.07")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/S/SY/SYOHEX/"
+                                  "Devel-CheckCompiler-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1db973a4dbyknjxq608hywil5ai6vplnayshqxrd7m5qnjbpd2vn"))))
+    (build-system perl-build-system)
+    (native-inputs
+     (list perl-module-build-tiny))
+    (home-page "https://metacpan.org/release/Devel-CheckCompiler";)
+    (synopsis "Check compiler availability")
+    (description "@code{Devel::CheckCompiler} is a tiny module to check
 whether a compiler is available.  It can test for a C99 compiler, or
 you can tell it to compile a C source file with optional linker flags.")
-  (license (package-license perl))))
+    (license (package-license perl))))
 
 (define-public perl-devel-cycle
   (package
-- 
2.41.0






reply via email to

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