gnu: mariadb-embedded: Change the name field to match the variable name.

This resolves the ambiguity on the command line.

* gnu/packages/databases.scm (mariadb-embedded)[name] Change from
"mariadb" to "mariadb-embedded".

Fixes: guix/guix#5705
Change-Id: Ie86b3e86015c1349950fe36daef5dd454492d727
This commit is contained in:
Andreas Enge 2026-01-23 13:49:12 +01:00
parent c7bab2470b
commit da356a3131
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1406,6 +1406,7 @@ as a drop-in replacement of MySQL.")
(define-public mariadb-embedded
(package/inherit mariadb
(name "mariadb-embedded")
(arguments
(substitute-keyword-arguments (package-arguments mariadb)
((#:configure-flags flags)