me
/
guix
Archived
1
0
Fork 0

gnu: SOCI: Return #t from all phases.

* gnu/packages/databases.scm (soci)[arguments]: Return #t from phase.
master
Marius Bakke 2020-05-05 16:46:46 +02:00
parent 1ce65f5cff
commit 85a906dc58
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -3467,7 +3467,8 @@ The drivers officially supported by @code{libdbi} are:
(add-after 'unpack 'fix-lib-path
(lambda _
(substitute* "CMakeLists.txt"
(("set\\(SOCI_LIBDIR \"lib64\"\\)") "")))))))
(("set\\(SOCI_LIBDIR \"lib64\"\\)") ""))
#t)))))
(synopsis "C++ Database Access Library")
(description
"SOCI is an abstraction layer for several database backends, including