mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
839167ff9d
162 changed files with 51919 additions and 10837 deletions
|
@ -5,6 +5,7 @@
|
|||
;;; Copyright © 2016 David Thompson <davet@gnu.org>
|
||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -173,7 +174,7 @@ resolution, asynchronous file system operations, and threading primitives.")
|
|||
("perl-json-xs" ,perl-json-xs)
|
||||
("perl-net-ssleay" ,perl-net-ssleay)
|
||||
("perl-task-weaken" ,perl-task-weaken)))
|
||||
(home-page "http://search.cpan.org/dist/AnyEvent")
|
||||
(home-page "https://metacpan.org/release/AnyEvent")
|
||||
(synopsis
|
||||
"API for I/O, timer, signal, child process and completion events")
|
||||
(description
|
||||
|
@ -211,14 +212,14 @@ not rely on XS.")
|
|||
;; to build. Unpack system libev here...
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(mkdir "./libev")
|
||||
(zero? (system* "tar" "-xf" (assoc-ref inputs "libev-source")
|
||||
"-C" "./libev" "--strip-components=1")))))))
|
||||
(invoke "tar" "-xf" (assoc-ref inputs "libev-source")
|
||||
"-C" "./libev" "--strip-components=1"))))))
|
||||
(native-inputs
|
||||
`(("libev-source" ,(package-source libev))
|
||||
("perl-canary-stability" ,perl-canary-stability)))
|
||||
(propagated-inputs
|
||||
`(("perl-common-sense" ,perl-common-sense)))
|
||||
(home-page "http://search.cpan.org/dist/EV")
|
||||
(home-page "https://metacpan.org/release/EV")
|
||||
(synopsis "Perl interface to libev")
|
||||
(description
|
||||
"This module provides an interface to @code{libev}, a high performance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue