From 41a8f916504fde059793d0c428512ef6c928da5c Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 16 Mar 2021 21:57:10 -0400 Subject: [PATCH 36/53] gnu: soci: Propagate inputs. Headers of soci has include-references to headers of these inputs. * gnu/packages/databases.scm (soci) [inputs]: Move to ... [propagated-inputs]: ... here. --- gnu/packages/databases.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 8be83f5cbe..76eb2357ef 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3777,7 +3777,7 @@ The drivers officially supported by @code{libdbi} are: (base32 "14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp")))) (build-system cmake-build-system) - (inputs + (propagated-inputs `(("firebird" ,firebird) ("postgresql" ,postgresql) ("sqlite" ,sqlite) -- 2.31.0