mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: soci: Support Firebird.
* gnu/packages/databases.scm (soci)[inputs]: Add firebird.
This commit is contained in:
parent
28da3c19c2
commit
691c4185de
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue