diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-09-03 11:33:24 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-03 11:33:24 +0200 |
| commit | ec50c8f6938530b74d271094aff300d6472a31af (patch) | |
| tree | d9290321e85040c0abaa18e20d3ac8f27acc6a4d | |
| parent | c7efa748fab53d2ffcdcd71f3938036a9dd99e38 (diff) | |
gnu: guile-fibers@1.4: Clear ‘arguments’ field.
* gnu/packages/guile-xyz.scm (guile-fibers-1.4)[arguments]: New field.
Change-Id: I84f13fc7864c4ea348f8a2859afd005d888a0169
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 620ed7e66fb..748338e2e55 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -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) |
