diff options
Diffstat (limited to 'gnu')
| -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")) |
