guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: soci: Propagate inputs.


From: guix-commits
Subject: branch master updated: gnu: soci: Propagate inputs.
Date: Sat, 27 Mar 2021 23:04:03 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac6e19b  gnu: soci: Propagate inputs.
ac6e19b is described below

commit ac6e19b08259f2085ae4757bf4efb095fbdd23e9
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Mar 16 21:57:10 2021 -0400

    gnu: soci: Propagate inputs.
    
    * gnu/packages/databases.scm (soci)[inputs]: Move to...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 20069f9..130e94d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3782,7 +3782,8 @@ The drivers officially supported by @code{libdbi} are:
                (base32
                 "14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp"))))
     (build-system cmake-build-system)
-    (inputs
+    (propagated-inputs
+     ;; Headers of soci has include-references to headers of these inputs.
      `(("firebird" ,firebird)
        ("postgresql" ,postgresql)
        ("sqlite" ,sqlite)



reply via email to

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