diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 13:08:35 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:54 +0100 |
| commit | 920b43db291e46cfd40429c2619fac125d9e21d1 (patch) | |
| tree | f69cb3546ccd0fa3d122b4b2f367f90ab8da8380 /gnu/packages/databases.scm | |
| parent | 68c057d5d8552273cab2b1fbd36486c1b7c17121 (diff) | |
gnu: libmemcached: Fix build.
* gnu/packages/databases.scm (libmemcached):
[native-inputs]: Remove python-sphinx; add python-sphinx-6.
Change-Id: I457afdd5e7ce7db753d26cf9f8e9e3c0cc05e792
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 7a3afc13ed3..6f101f74afa 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -712,6 +712,7 @@ and generic API, and was originally intended for use with dynamic web applications.") (license license:bsd-3))) +;; See: <https://codeberg.org/guix/guix/issues/6122>. (define-public libmemcached (package (name "libmemcached") @@ -738,7 +739,7 @@ applications.") bison flex perl - python-sphinx)) ;to build the HTML doc. + python-sphinx-6)) ;to build the HTML doc. (inputs (list libevent cyrus-sasl)) (outputs '("out" "doc")) |
