This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new da356a3131 gnu: mariadb-embedded: Change the name field to match the 
variable name.
da356a3131 is described below

commit da356a31314a8c239ff7003fe1ea82426bf898a0
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Jan 23 13:49:12 2026 +0100

    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
---
 gnu/packages/databases.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c42b69f7c2..ccfdf95286 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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)

Reply via email to