gnu: soci: Propagate inputs.
* gnu/packages/databases.scm (soci)[inputs]: Move to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
2d3d7faf0a
commit
ac6e19b082
1 changed files with 2 additions and 1 deletions
|
@ -3782,7 +3782,8 @@ The drivers officially supported by @code{libdbi} are:
|
||||||
(base32
|
(base32
|
||||||
"14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp"))))
|
"14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
;; Headers of soci has include-references to headers of these inputs.
|
||||||
`(("firebird" ,firebird)
|
`(("firebird" ,firebird)
|
||||||
("postgresql" ,postgresql)
|
("postgresql" ,postgresql)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
|
|
Reference in a new issue