guix-commits
[Top][All Lists]
Advanced

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

21/37: gnu: sqls: Add missing inputs.


From: guix-commits
Subject: 21/37: gnu: sqls: Add missing inputs.
Date: Wed, 6 Mar 2024 18:46:20 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 48b8655667f46d9418f897d4066a502c57738ff0
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 17 20:19:15 2024 +0100

    gnu: sqls: Add missing inputs.
    
    * gnu/packages/databases (sqls): Add missing inputs.
    [native-inputs]: Add go-github-com-google-go-cmp-cmp and
    go-github-com-k0kubun-pp.
    
    * gnu/packages/databases: Add (gnu packages golang-xyz) module.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/databases.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 33e7327ebb..62739fa1c0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -111,6 +111,7 @@
   #:use-module (gnu packages golang-build)
   #:use-module (gnu packages golang-check)
   #:use-module (gnu packages golang-web)
+  #:use-module (gnu packages golang-xyz)
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages guile)
@@ -5375,6 +5376,8 @@ compatible with SQLite using a graphical user interface.")
                   go-github-com-mattn-go-runewidth
                   go-golang-org-x-xerrors
                   go-gopkg-in-yaml-v2))
+    (native-inputs (list go-github-com-google-go-cmp-cmp
+                         go-github-com-k0kubun-pp))
     (synopsis "SQL language server written in Go")
     (description
      "This package implements the @acronym{LSP, Language Server Protocol} for 
SQL.")



reply via email to

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