gnu: soci: Support Firebird.

* gnu/packages/databases.scm (soci)[inputs]: Add firebird.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-09 09:37:49 +01:00
parent 28da3c19c2
commit 691c4185de
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3900,7 +3900,8 @@ (define-public soci
"14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp"))))
(build-system cmake-build-system)
(inputs
`(("postgresql" ,postgresql)
`(("firebird" ,firebird)
("postgresql" ,postgresql)
("sqlite" ,sqlite)
("odbc" ,unixodbc)
("boost" ,boost)