mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
c7bab2470b
commit
da356a3131
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue