Archived
1
0
Fork 0

gnu: libreoffice: Use the "dev" output of MariaDB.

This is a fixup for the merge (32d6818569) of e0efda9561 (gnu: libreoffice:
Update to 6.2.8.2.) and 2b8491fbbe (gnu: mariadb: Split into out, lib and dev.)

* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change MARIADB to MARIADB:DEV.
This commit is contained in:
Marius Bakke 2019-10-30 23:39:46 +01:00
parent 5efd0b2d88
commit 2c9d341669
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1005,7 +1005,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
("libxt" ,libxt) ("libxt" ,libxt)
("libzmf" ,libzmf) ("libzmf" ,libzmf)
("lpsolve" ,lpsolve) ("lpsolve" ,lpsolve)
("mariadb" ,mariadb) ("mariadb" ,mariadb "dev")
("mdds" ,mdds) ("mdds" ,mdds)
("mythes" ,mythes) ("mythes" ,mythes)
("neon" ,neon) ("neon" ,neon)