unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45579] [PATCH] gnu: Add guile2.0-pg.
@ 2020-12-31 21:47 Christopher Baines
  2021-01-03 14:54 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2020-12-31 21:47 UTC (permalink / raw)
  To: 45579

* gnu/packages/guile-xyz.scm (guile2.0-pg): New variable.
---
 gnu/packages/guile-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 437d5b77bb..c023d7abd8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -887,6 +887,43 @@ Vicare Scheme and IronScheme.  Right now it contains:
 @end itemize\n")
     (license license:bsd-3)))
 
+(define-public guile2.0-pg
+  (package
+    (name "guile2.0-pg")
+    (version "0.49")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://savannah/guile-pg/guile-pg-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1fizcqga96p9n2jjhi9nprhry20hg9wvcl5b8gya4vhzwz6qhysp"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'patch-src/Makefile
+           (lambda* (#:key outputs #:allow-other-keys)
+             (substitute* "src/Makefile"
+               (("\\/share\\/guile\\/site") "/share/guile/site/2.0"))
+             #t)))))
+    (native-inputs
+     `(("procps" ,procps)               ; fake-cluster-control uses ps
+       ("guile" ,guile-2.0)
+       ("postgresql" ,postgresql)))
+    (inputs
+     `(("guile" ,guile-2.0)
+       ("postgresql" ,postgresql)))
+    (home-page "https://www.nongnu.org/guile-pg/")
+    (synopsis "Guile modules for accessing PostgreSQL")
+    (description
+     "Guile-PG is a collection of modules for Guile allowing access to the
+PostgreSQL RDBMS from Scheme programs.
+
+This has been tested against PostgreSQL 10 through 13, but currently only
+works with Guile 1.4.x to 2.0.x.")
+    (license license:gpl3+)))
+
 (define-public guile-prometheus
   (let ((commit "35dc26c0ea44c3d70f1819f240d84e2cbb4b7b4c")
         (revision "5"))
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#45579] [PATCH] gnu: Add guile2.0-pg.
  2020-12-31 21:47 [bug#45579] [PATCH] gnu: Add guile2.0-pg Christopher Baines
@ 2021-01-03 14:54 ` Ludovic Courtès
  2021-01-03 18:21   ` bug#45579: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-01-03 14:54 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 45579

Hi!

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/packages/guile-xyz.scm (guile2.0-pg): New variable.

LGTM!

(Guile 2.0 though…)

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#45579: [PATCH] gnu: Add guile2.0-pg.
  2021-01-03 14:54 ` Ludovic Courtès
@ 2021-01-03 18:21   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2021-01-03 18:21 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 45579-done

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/guile-xyz.scm (guile2.0-pg): New variable.
>
> LGTM!

Thanks, I've pushed this to master as
d944f10ddd921a15e6cd17a968ca57f0109a1c36.

> (Guile 2.0 though…)

Yeah, I missed this when I started packaging it. I can't remember for
sure, but I wonder if this is why I ended up using squee for the Guix
Data Service.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-03 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 21:47 [bug#45579] [PATCH] gnu: Add guile2.0-pg Christopher Baines
2021-01-03 14:54 ` Ludovic Courtès
2021-01-03 18:21   ` bug#45579: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).