guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libreoffice: Use the "dev" output of MariaDB.


From: guix-commits
Subject: 01/02: gnu: libreoffice: Use the "dev" output of MariaDB.
Date: Fri, 15 Nov 2019 14:39:32 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 2c9d34166983565120f831284df57a07e2edd2f9
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 30 23:39:46 2019 +0100

    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.
---
 gnu/packages/libreoffice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index ddf1c9a..6d83d63 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]