guix-commits
[Top][All Lists]
Advanced

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

20/24: gnu: Add perl-strictures-2.


From: Oleg Pykhalov
Subject: 20/24: gnu: Add perl-strictures-2.
Date: Sat, 24 Feb 2018 12:18:41 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit f3448f3ff8ee176e4ec080a12fa93a8a59f1e2f3
Author: Oleg Pykhalov <address@hidden>
Date:   Sun Jan 28 21:11:29 2018 +0300

    gnu: Add perl-strictures-2.
    
    * gnu/packages/perl.scm (perl-strictures-2): New public variable.
---
 gnu/packages/perl.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 983905b..2f97678 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7051,6 +7051,20 @@ on the length of the size.")
 run from within a source-controlled directory.")
     (license (package-license perl))))
 
+;; Some packages don't yet work with this newer version of ‘strictures’.
+(define-public perl-strictures-2
+  (package
+    (inherit perl-strictures)
+    (version "2.000003")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
+                           "strictures-" version ".tar.gz"))
+       (sha256
+        (base32
+         "08mgvf1d2651gsg3jgjfs13878ndqa4ji8vfsda9f7jjd84ymy17"))))))
+
 (define-public perl-string-camelcase
   (package
     (name "perl-string-camelcase")



reply via email to

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