GNU bug report logs - #55746
[PATCH] gnu: parinfer-rust: Copy plugin files to output.

Previous Next

Package: guix-patches;

Reported by: calum <calumirwin1 <at> gmail.com>

Date: Wed, 1 Jun 2022 05:48:01 UTC

Severity: normal

Tags: patch

Done: Skyler Ferris <skyvine <at> protonmail.com>

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 55746 in the body.
You can then email your comments to 55746 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#55746; Package guix-patches. (Wed, 01 Jun 2022 05:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to calum <calumirwin1 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Jun 2022 05:48:01 GMT) Full text and rfc822 format available.

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

From: calum <calumirwin1 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: calum <calumirwin1 <at> gmail.com>
Subject: [PATCH] gnu: parinfer-rust: Copy plugin files to output.
Date: Wed,  1 Jun 2022 17:47:10 +1200
* gnu/packages/text-editors.scm (parinfer-rust)[arguments]: Copy plugin files to output.
[home-page]: Use correct url.
---
 gnu/packages/text-editors.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index cb86a907ff..011e3bbb65 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -16,7 +16,7 @@
 ;;; Copyright © 2021 aecepoglu <aecepoglu <at> fastmail.fm>
 ;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
 ;;; Copyright © 2021 Pierre Langlois <pierre.langlois <at> gmx.com>
-;;; Copyright © 2021 Calum Irwin <calumirwin1 <at> gmail.com>
+;;; Copyright © 2021,2022 Calum Irwin <calumirwin1 <at> gmail.com>
 ;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -274,10 +274,17 @@ (define-public parinfer-rust
         ("rust-serde-json" ,rust-serde-json-1)
         ("rust-serde-derive" ,rust-serde-derive-1)
         ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
-        ("rust-unicode-width" ,rust-unicode-width-0.1))))
+        ("rust-unicode-width" ,rust-unicode-width-0.1))
+      #:phases
+      (modify-phases %standard-phases
+       (add-after 'install 'install-extra
+        (lambda* (#:key outputs #:allow-other-keys)
+         (let ((out (assoc-ref outputs "out")))
+              (install-file "rc/parinfer.kak" (string-append out "/rc"))
+              (install-file "plugin/parinfer.vim" (string-append out "/plugin"))))))))
     (inputs
      (list clang))
-    (home-page "https://github.com/justinbarclay/parinfer-rust")
+    (home-page "https://github.com/eraserhd/parinfer-rust")
     (synopsis "Infer parentheses for Clojure, Lisp and Scheme")
     (description
      "Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers
-- 
2.36.0





Information forwarded to guix-patches <at> gnu.org:
bug#55746; Package guix-patches. (Sat, 04 Jun 2022 08:10:01 GMT) Full text and rfc822 format available.

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

From: Calum Irwin <calumirwin1 <at> gmail.com>
To: 55746 <at> debbugs.gnu.org
Date: Sat, 4 Jun 2022 20:09:17 +1200
This is a duplicate of
https://issues.guix.gnu.org/54358
you can probably close this issue




Information forwarded to guix-patches <at> gnu.org:
bug#55746; Package guix-patches. (Mon, 11 Mar 2024 17:56:02 GMT) Full text and rfc822 format available.

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

From: Skyler Ferris <skyvine <at> protonmail.com>
To: 55746 <at> debbugs.gnu.org
Subject: close
Date: Mon, 11 Mar 2024 17:54:32 +0000
Trying to close this issue as the submitter indicated that it is a 
duplicate of a different issue whose patch has been merged. I haven't 
used the email interface in this way before, so hopefully I get it right. =)

user guix
close 55746
quit





bug closed, send any further explanations to 55746 <at> debbugs.gnu.org and calum <calumirwin1 <at> gmail.com> Request was from Skyler Ferris <skyvine <at> protonmail.com> to control <at> debbugs.gnu.org. (Mon, 11 Mar 2024 18:10: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. (Tue, 09 Apr 2024 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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