gnu: SOCI: Return #t from all phases.
* gnu/packages/databases.scm (soci)[arguments]: Return #t from phase.
This commit is contained in:
parent
1ce65f5cff
commit
85a906dc58
1 changed files with 2 additions and 1 deletions
|
|
@ -3467,7 +3467,8 @@ The drivers officially supported by @code{libdbi} are:
|
||||||
(add-after 'unpack 'fix-lib-path
|
(add-after 'unpack 'fix-lib-path
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("set\\(SOCI_LIBDIR \"lib64\"\\)") "")))))))
|
(("set\\(SOCI_LIBDIR \"lib64\"\\)") ""))
|
||||||
|
#t)))))
|
||||||
(synopsis "C++ Database Access Library")
|
(synopsis "C++ Database Access Library")
|
||||||
(description
|
(description
|
||||||
"SOCI is an abstraction layer for several database backends, including
|
"SOCI is an abstraction layer for several database backends, including
|
||||||
|
|
|
||||||
Reference in a new issue