mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libreoffice: Use the "dev" output of MariaDB.
This is a fixup for the merge (32d6818569) ofe0efda9561
(gnu: libreoffice: Update to 6.2.8.2.) and2b8491fbbe
(gnu: mariadb: Split into out, lib and dev.) * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change MARIADB to MARIADB:DEV.
This commit is contained in:
parent
5efd0b2d88
commit
2c9d341669
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ (define-public libreoffice
|
|||
("libxt" ,libxt)
|
||||
("libzmf" ,libzmf)
|
||||
("lpsolve" ,lpsolve)
|
||||
("mariadb" ,mariadb)
|
||||
("mariadb" ,mariadb "dev")
|
||||
("mdds" ,mdds)
|
||||
("mythes" ,mythes)
|
||||
("neon" ,neon)
|
||||
|
|
Loading…
Reference in a new issue