1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: guile-fibers@1.4: Clear ‘arguments’ field.

* gnu/packages/guile-xyz.scm (guile-fibers-1.4)[arguments]: New field.

Change-Id: I84f13fc7864c4ea348f8a2859afd005d888a0169
This commit is contained in:
Ludovic Courtès
2025-09-03 11:33:24 +02:00
parent c7efa748fa
commit ec50c8f693
+2 -1
View File
@@ -1155,7 +1155,8 @@ is not available for Guile 2.0.")
(sha256
(base32
"1ryp04w6ghgdfhlv9hkwl00iv6nwnw2hj2pywlxvpp92pyxhkwpi"))
(patches '())))))
(patches '())))
(arguments '())))
(define-public guile-fibers guile-fibers-1.4)