From: Sharlatan Hellseher <sharlatanus@gmail.com> To: 45775@debbugs.gnu.org Subject: [bug#45775] [PATCH] gnu/packages/databases.scm freetds Date: Sun, 10 Jan 2021 22:27:34 +0000 Message-ID: <CAO+9K5onUHorKeQjOQM+9qDTTtgsPyiOktNKjywLH0K6HhkP-g@mail.gmail.com> (raw) [-- Attachment #1: Type: text/plain, Size: 375 bytes --] Hi Guix team! -- … наш разум - превосходная объяснительная машина которая способна найти смысл почти в чем угодно, истолковать любой феномен, но совершенно не в состоянии принять мысль о непредсказуемости. [-- Attachment #2: 0001-gnu-Add-freetds.patch --] [-- Type: text/x-patch, Size: 1759 bytes --] From 4f1ee596e190ded04bc9c005c48712d41ea6cad2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher <sharlatanus@gmail.com> Date: Sun, 10 Jan 2021 22:24:17 +0000 Subject: [PATCH] gnu: Add freetds * gnu/packages/databases.scm freetds I add it as producer of `libsybdb.so` library to build https://github.com/archimag/cl-mssql --- gnu/packages/databases.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 6e03724798..48d233a1f6 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1943,6 +1943,31 @@ module, and nothing else.") (license license:perl-license) (home-page "https://metacpan.org/release/DBD-SQLite"))) +(define-public freetds + (package + (name "freetds") + (version "1.2.18") + (source + (origin + (method url-fetch) + (uri (string-append + "ftp://ftp.freetds.org/pub/freetds/stable/" name "-" version ".tar.gz")) + (sha256 + (base32 "1hspvwxwdd1apadsy2b40dpjik8kfwcvdamvhpg3lnm15n02fb50")))) + (build-system gnu-build-system) + (arguments + ;; NOTE: (Sharlatan-20210110213908+0000) some tests require DB connection, + ;; disabled for now. + `(#:tests? #f)) + (home-page "http://www.freetds.org/") + (synopsis "FreeTDS is a free implementation of Sybase's DB-Library, +CT-Library, and ODBC libraries") + (description + "MS SQL and Sybase client library (static libs and headers) FreeTDS is an +implementation of the Tabular DataStream protocol, used for connecting to MS SQL +and Sybase servers over TCP/IP.") + (license license:lgpl2.0))) + (define-public perl-mysql-config (package (name "perl-mysql-config") -- 2.26.2
next reply other threads:[~2021-01-10 22:28 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-10 22:27 Sharlatan Hellseher [this message] 2021-01-14 9:28 ` bug#45775: " Guillaume Le Vaillant
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://guix.gnu.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAO+9K5onUHorKeQjOQM+9qDTTtgsPyiOktNKjywLH0K6HhkP-g@mail.gmail.com \ --to=sharlatanus@gmail.com \ --cc=45775@debbugs.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
unofficial mirror of guix-patches@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \ guix-patches@gnu.org public-inbox-index guix-patches Example config snippet for mirrors. Newsgroup available over NNTP: nntp://news.yhetil.org/yhetil.gnu.guix.patches AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git