~ruther/guix-local

50ebdec2de301bc38b519c40fb860e92ff75fc0e — Andreas Enge a month ago b573004
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +1 -0
@@ 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)