mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: freetds: Build --with-unixodbc.
* gnu/packages/databases.scm (freetds)[arguments]<#:configure-flags>: Add --with-unixodbc. [inputs]: Add unixodbc. Change-Id: I9469da8d06c1ec2f830f36b8f3a5be5bf3cbd53f Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
85e8036412
commit
6e583023ab
1 changed files with 4 additions and 1 deletions
|
@ -5806,10 +5806,13 @@ PostreSQL, SQLite, ODBC and MySQL.")
|
|||
(sha256
|
||||
(base32 "11fzwcahc1bc8npxbif0448v9cwyf7k04167i7fcspmfw7a0hj0d"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list unixodbc))
|
||||
(arguments
|
||||
;; NOTE: (Sharlatan-20210110213908+0000) some tests require DB connection,
|
||||
;; disabled for now.
|
||||
`(#:tests? #f))
|
||||
`(#:tests? #f
|
||||
#:configure-flags
|
||||
(list (string-append "--with-unixodbc=" (assoc-ref %build-inputs "unixodbc")))))
|
||||
(home-page "https://www.freetds.org/")
|
||||
(synopsis "Client libraries for MS SQL and Sybase servers")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue