guix-commits
[Top][All Lists]
Advanced

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

12/72: gnu: Add Dist-CheckConflicts.


From: Eric Bavier
Subject: 12/72: gnu: Add Dist-CheckConflicts.
Date: Fri, 06 Mar 2015 14:12:52 +0000

bavier pushed a commit to branch master
in repository guix.

commit b7d9aa5945eff6b6a1a98ec338c0251291c508b4
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 15:30:59 2015 -0600

    gnu: Add Dist-CheckConflicts.
    
    * gnu/packages/perl.scm (perl-dist-checkconflicts): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b0bd7c2..ac9059d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -234,6 +234,27 @@ SHA-1 message digest algorithm for use by Perl programs.")
                               version "/SHA1.pm"))
     (license (package-license perl))))
 
+(define-public perl-dist-checkconflicts
+  (package
+    (name "perl-dist-checkconflicts")
+    (version "0.11")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
+                                  "Dist-CheckConflicts-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1i7dr9jpdiy2nijl2p4q5zg2q2s9ckbj2hs4kmnnckf9hsb4p17a"))))
+    (build-system perl-build-system)
+    (native-inputs `(("perl-test-fatal" ,perl-test-fatal)))
+    (propagated-inputs
+     `(("perl-module-runtime" ,perl-module-runtime)))
+    (home-page "http://search.cpan.org/dist/Dist-CheckConflicts";)
+    (synopsis "Declare version conflicts for your dist")
+    (description "This module allows you to specify conflicting versions of
+modules separately and deal with them after the module is done installing.")
+    (license (package-license perl))))
+
 (define-public perl-exporter-lite
   (package
     (name "perl-exporter-lite")



reply via email to

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