GNU bug report logs - #67189
[PATCH 3/6] * gnu/packages/vim.scm (vim-dhall-vim): New variable

Previous Next

Package: guix-patches;

Reported by: Nathan Merkley <nathanmerkley <at> gmail.com>

Date: Wed, 15 Nov 2023 01:58:06 UTC

Severity: normal

Tags: patch

Done: Tomas Volf <~@wolfsden.cz>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67189 in the body.
You can then email your comments to 67189 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67189; Package guix-patches. (Wed, 15 Nov 2023 01:58:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nathan Merkley <nathanmerkley <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Nov 2023 01:58:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nathan Merkley <nathanmerkley <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nathan Merkley <nathanmerkley <at> gmail.com>
Subject: [PATCH 3/6] * gnu/packages/vim.scm (vim-dhall-vim): New variable
Date: Tue, 14 Nov 2023 17:21:42 -0700
Change-Id: I7bb32594546eb61f781d69a308aa866e4ce78de9
---
 gnu/packages/vim.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 38e651388f..44ffc7bef4 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1483,3 +1483,30 @@ (define-public vim-guile
 Guile's special forms.")
       (home-page "https://github.com/HiPhish/guile.vim")
       (license license:expat))))
+
+(define-public vim-dhall-vim
+  (let ((commit "68500ef46ff3706f46c99db3be7a0c8abcf6a3ae")
+        (revision "1"))
+    (package
+      (name "vim-dhall-vim")
+      (version (string-append "0.0.0-" revision "."
+                              (string-take commit 7)))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/vmchale/dhall-vim")
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32 "0lwna4kcq7davfvh3535n8wl9jxkjm7cg6jgpisd17kvagihh8qw"))))
+      (build-system vim-build-system)
+      (arguments
+       (list
+        #:plugin-name "dhall-vim"))
+      (synopsis "Vim configuration for Dhall")
+      (description
+       "A vim plugin to provide support and syntax hightlighting for the Dhall
+programming language")
+      (home-page "https://github.com/vmchale/dhall-vim")
+      (license license:bsd-3))))
-- 
2.41.0





bug closed, send any further explanations to 67189 <at> debbugs.gnu.org and Nathan Merkley <nathanmerkley <at> gmail.com> Request was from Tomas Volf <~@wolfsden.cz> to control <at> debbugs.gnu.org. (Thu, 07 Dec 2023 16:52:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 05 Jan 2024 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 125 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.