GNU bug report logs - #67963
[PATCH 0/4] Add Perl modules for debbugs.gnu.org

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Fri, 22 Dec 2023 04:15:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 67963 <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 67963 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH v2 01/37] gnu: perl.scm: Fix indentation (no functional
 changes).
Date: Tue, 16 Jan 2024 14:12:39 -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

base-commit: b9fae146d6cc4a6968a8eb18beef29aa1414a31e
-- 
2.41.0





This bug report was last modified 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.