summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 20:44:30 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:54 +0000
commitab117c09a57a5874a0535d2cfef9b38294af9c0c (patch)
tree9c2b7882037145ebd9598d24e35ac7c1a51d01ee
parent11bc232176268d4733ae29d0a0f8afa19e8ab782 (diff)
gnu: Add go-github-com-nakagami-firebirdsql.
* gnu/packages/golang-xyz.scm (go-github-com-nakagami-firebirdsql): New variable. Change-Id: I4d30dcb0db7fb8ec23bc7e1ce7b1499e0ae8c815
-rw-r--r--gnu/packages/golang-xyz.scm34
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e0a069b643..415462633c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10849,6 +10849,40 @@ multibase} (self identifying base encodings) in Go.")
varints.")
(license license:expat)))
+(define-public go-github-com-nakagami-firebirdsql
+ (package
+ (name "go-github-com-nakagami-firebirdsql")
+ (version "0.9.12")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nakagami/firebirdsql")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "043wc8pigv0cpnzljry1vfdnwlmbfy14b5yhbkyhnndk81c4pl7s"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:tests? #f ; tests require running database service
+ #:import-path "github.com/nakagami/firebirdsql"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-kardianos-osext
+ go-github-com-shopspring-decimal
+ go-gitlab-com-nyarla-go-crypt
+ go-golang-org-x-crypto
+ go-golang-org-x-text
+ go-modernc-org-mathutil))
+ (home-page "https://github.com/nakagami/firebirdsql")
+ (synopsis "Firebird RDBMS sql driver for Golang")
+ (description
+ "Package firebird provides database/sql driver for
+@url{https://firebirdsql.org/, Firebird} RDBMS.")
+ (license license:expat)))
+
(define-public go-github-com-nathan-osman-go-sunrise
(package
(name "go-github-com-nathan-osman-go-sunrise")