gnu: guile-fibers-1.1: Inherit from guile-fibers-1.3.

* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Inherit from
guile-fibers-1.3.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Hennadii Stepanov 2025-09-07 12:46:11 +01:00 committed by Vagrant Cascadian
parent c091a0f26c
commit 1261580933
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1173,7 +1173,7 @@ is not available for Guile 2.0.")
(define-public guile-fibers-1.1 (define-public guile-fibers-1.1
(package (package
(inherit guile-fibers) (inherit guile-fibers-1.3)
(version "1.1.1") (version "1.1.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -1195,11 +1195,11 @@ is not available for Guile 2.0.")
gettext-minimal)) gettext-minimal))
(arguments (arguments
(if (%current-target-system) (if (%current-target-system)
(substitute-keyword-arguments (package-arguments guile-fibers) (substitute-keyword-arguments (package-arguments guile-fibers-1.3)
((#:phases phases) ((#:phases phases)
#~(modify-phases #$phases #~(modify-phases #$phases
(delete 'apply-cross-build-fix-patch)))) (delete 'apply-cross-build-fix-patch))))
(package-arguments guile-fibers))) (package-arguments guile-fibers-1.3)))
(inputs (inputs
(list guile-3.0)) ;for libguile-3.0.so (list guile-3.0)) ;for libguile-3.0.so
(supported-systems (supported-systems