diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-23 13:49:12 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:29 +0100 |
| commit | 50ebdec2de301bc38b519c40fb860e92ff75fc0e (patch) | |
| tree | 32fc98e4c550c5c1a748cd105ff7d47412bf0f25 /gnu/packages/databases.scm | |
| parent | b5730042bf1748f8f092ae78988b11c423ddd261 (diff) | |
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>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c42b69f7c20..ccfdf952865 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) |
