guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18.


From: muradm
Subject: [bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18.
Date: Mon, 20 Jun 2022 14:25:08 +0300
User-agent: mu4e 1.6.11; emacs 29.0.50


Hi,

go-github-com-lib-pq originated from there.

--
muradm

Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> writes:

Hi

Am Montag, dem 20.06.2022 um 07:22 +0300 schrieb muradm:
* gnu/packages/databases (sqls): New variable.
---
 gnu/packages/databases.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 92ab94f453..1c44b0c63e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -146,6 +147,7 @@ (define-module (gnu packages databases)
   #:use-module (gnu packages sphinx)
   #:use-module (gnu packages ssh)
   #:use-module (gnu packages sqlite)
+  #:use-module (gnu packages syncthing)
Why do we need to use-module syncthing here? Can this contribute towards a cycle? Should the relevant go package perhaps be moved?


Cheers

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]