guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add perl-threads.


From: Roel Janssen
Subject: 01/01: gnu: Add perl-threads.
Date: Wed, 4 Apr 2018 09:35:44 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 821aaa9ca5200a4d070114d3ae4b07e79c97b039
Author: Roel Janssen <address@hidden>
Date:   Wed Apr 4 15:35:08 2018 +0200

    gnu: Add perl-threads.
    
    * gnu/packages/perl.scm (perl-threads): New variable.
---
 gnu/packages/perl.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3f1693c..7451f93 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8214,6 +8214,23 @@ letters, the pronunciation expressed by the text in some 
other writing
 system.")
     (license (package-license perl))))
 
+(define-public perl-threads
+  (package
+    (name "perl-threads")
+    (version "2.21")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/J/JD/JDHEDDEN/threads-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "047i22mdnf7fa0h9w5jhqrjbg561l5jxk8xqzwh6zbmwlac4qf98"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/threads/";)
+    (synopsis "Perl interpreter-based threads")
+    (description "This module exposes interpreter threads to the Perl level.")
+    (license perl-license)))
+
 (define-public perl-throwable
   (package
     (name "perl-throwable")



reply via email to

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