mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: guile-fibers: Remove guild warnings.
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: Add make-flag to silence guild warnings.
This commit is contained in:
parent
c6dde8b085
commit
d169ae7c53
1 changed files with 3 additions and 0 deletions
|
@ -618,6 +618,9 @@ (define-public guile-fibers-1.1
|
|||
(search-patches "guile-fibers-wait-for-io-readiness.patch"
|
||||
"guile-fibers-epoll-instance-is-dead.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
#~(list "GUILE_AUTO_COMPILE=0")))
|
||||
(native-inputs
|
||||
(list texinfo pkg-config autoconf automake libtool
|
||||
guile-3.0 ;for 'guild compile
|
||||
|
|
Loading…
Reference in a new issue