diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-30 23:39:46 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-13 19:56:04 +0100 |
commit | 2c9d34166983565120f831284df57a07e2edd2f9 (patch) | |
tree | 3df3d79836694c71ecb07574fc38674333a2edbc | |
parent | 5efd0b2d888641ea5d16dd053c65bab0fce9b062 (diff) | |
download | patches-2c9d34166983565120f831284df57a07e2edd2f9.tar patches-2c9d34166983565120f831284df57a07e2edd2f9.tar.gz |
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.
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index ddf1c9aab3..6d83d633f9 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1005,7 +1005,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.") ("libxt" ,libxt) ("libzmf" ,libzmf) ("lpsolve" ,lpsolve) - ("mariadb" ,mariadb) + ("mariadb" ,mariadb "dev") ("mdds" ,mdds) ("mythes" ,mythes) ("neon" ,neon) |