[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/62: gnu: Add go-github-com-lib-pq.
From: |
Leo Famulari |
Subject: |
15/62: gnu: Add go-github-com-lib-pq. |
Date: |
Thu, 12 Oct 2017 21:43:38 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 340e1a9a2426f6947f119b87715e2092a805c9f3
Author: Leo Famulari <address@hidden>
Date: Wed Oct 11 00:58:18 2017 -0400
gnu: Add go-github-com-lib-pq.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): New variable.
---
gnu/packages/syncthing.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 878a51c..0325a0f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -356,3 +356,30 @@ file that is running. This can be used for upgrading the
current executable or
finding resources located relative to the executable file.")
(home-page "https://github.com/kardianos/osext")
(license bsd-3))))
+
+(define-public go-github-com-lib-pq
+ (let ((commit "2704adc878c21e1329f46f6e56a1c387d788ff94")
+ (revision "0"))
+ (package
+ (name "go-github-com-lib-pq")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lib/pq")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "160fmvi7bczxw3i3h5s821hv029ph5ld8x3c36b4cz2sr30wp110"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/lib/pq"
+ ;; The tests seem to fail without access to the network or a running
+ ;; Postgres instance.
+ #:tests? #f))
+ (synopsis "Golang Postgres driver for Go's database/sql")
+ (description "This packages provides a pure Go Postgres driver for Go's
+database/sql package.")
+ (home-page "https://github.com/lib/pq")
+ (license expat))))
- 05/62: gnu: Add go-github-com-calmh-xdr., (continued)
- 05/62: gnu: Add go-github-com-calmh-xdr., Leo Famulari, 2017/10/12
- 04/62: gnu: Add go-github-com-calmh-du., Leo Famulari, 2017/10/12
- 09/62: gnu: Add go-github-com-gogo-protobuf-protoc-gen-gogo., Leo Famulari, 2017/10/12
- 11/62: gnu: Add go-github-com-golang-groupcache-lru., Leo Famulari, 2017/10/12
- 14/62: gnu: Add go-github-com-kardianos-osext., Leo Famulari, 2017/10/12
- 06/62: gnu: Add go-github-com-d4l3k-messagediff., Leo Famulari, 2017/10/12
- 07/62: gnu: Add go-github-com-edsrzf-mmap-go., Leo Famulari, 2017/10/12
- 08/62: gnu: Add go-github-com-gobwas-glob., Leo Famulari, 2017/10/12
- 10/62: gnu: Add go-github-com-gogo-protobuf., Leo Famulari, 2017/10/12
- 02/62: gnu: Add go-github-com-audriusbutkevicius-go-nat-pmp., Leo Famulari, 2017/10/12
- 15/62: gnu: Add go-github-com-lib-pq.,
Leo Famulari <=
- 13/62: gnu: Add go-github-com-jackpal-gateway., Leo Famulari, 2017/10/12
- 26/62: gnu: Add go-github-com-vitrun-qart-coding., Leo Famulari, 2017/10/12
- 16/62: gnu: Add go-github-com-minio-sha256-simd., Leo Famulari, 2017/10/12
- 20/62: gnu: Add go-github-com-stathat-go., Leo Famulari, 2017/10/12
- 01/62: build: Add the Go build system., Leo Famulari, 2017/10/12
- 25/62: gnu: Add go-github-com-thejerf-suture., Leo Famulari, 2017/10/12
- 19/62: gnu: Add go-github-com-oschwald-geoip2-golang., Leo Famulari, 2017/10/12
- 21/62: gnu: Add go-github-com-rcrowley-go-metrics., Leo Famulari, 2017/10/12
- 23/62: gnu: Add go-github-com-sasha-s-go-deadlock., Leo Famulari, 2017/10/12
- 24/62: gnu: Add go-github-com-syndtr-goleveldb., Leo Famulari, 2017/10/12