mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gnunet-scheme: Use guile-fibers 1.3.1.
* gnu/packages/gnunet.scm (gnunet-scheme)[native-inputs] [propagated-inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
This commit is contained in:
parent
1261d2637c
commit
35c27ec5ee
1 changed files with 2 additions and 2 deletions
|
@ -409,14 +409,14 @@ (define-public gnunet-scheme
|
||||||
"faketime -m -f '1970-01-01 00:00:00' $(TEXMACS_CONVERT)")))))))
|
"faketime -m -f '1970-01-01 00:00:00' $(TEXMACS_CONVERT)")))))))
|
||||||
(inputs (list guile-3.0)) ;for pkg-config
|
(inputs (list guile-3.0)) ;for pkg-config
|
||||||
(propagated-inputs (list guile-bytestructures guile-gcrypt guile-pfds
|
(propagated-inputs (list guile-bytestructures guile-gcrypt guile-pfds
|
||||||
guile-fibers-1.1))
|
guile-fibers-1.3))
|
||||||
(native-inputs (list guile-3.0 ;as a compiler
|
(native-inputs (list guile-3.0 ;as a compiler
|
||||||
;; for cross-compilation, the guile inputs need to be
|
;; for cross-compilation, the guile inputs need to be
|
||||||
;; native-inputs as well.
|
;; native-inputs as well.
|
||||||
guile-bytestructures
|
guile-bytestructures
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guile-pfds
|
guile-pfds
|
||||||
guile-fibers-1.1
|
guile-fibers-1.3
|
||||||
libfaketime
|
libfaketime
|
||||||
automake
|
automake
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue