unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55746] [PATCH] gnu: parinfer-rust: Copy plugin files to output.
@ 2022-06-01  5:47 calum
  2022-06-04  8:09 ` [bug#55746] Calum Irwin
  2024-03-11 17:54 ` [bug#55746] close Skyler Ferris via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: calum @ 2022-06-01  5:47 UTC (permalink / raw)
  To: 55746; +Cc: calum

* 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@fastmail.fm>
 ;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2021 Calum Irwin <calumirwin1@gmail.com>
+;;; Copyright © 2021,2022 Calum Irwin <calumirwin1@gmail.com>
 ;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701@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





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

* [bug#55746]
  2022-06-01  5:47 [bug#55746] [PATCH] gnu: parinfer-rust: Copy plugin files to output calum
@ 2022-06-04  8:09 ` Calum Irwin
  2024-03-11 17:54 ` [bug#55746] close Skyler Ferris via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Calum Irwin @ 2022-06-04  8:09 UTC (permalink / raw)
  To: 55746

This is a duplicate of
https://issues.guix.gnu.org/54358
you can probably close this issue




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

* [bug#55746] close
  2022-06-01  5:47 [bug#55746] [PATCH] gnu: parinfer-rust: Copy plugin files to output calum
  2022-06-04  8:09 ` [bug#55746] Calum Irwin
@ 2024-03-11 17:54 ` Skyler Ferris via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Skyler Ferris via Guix-patches via @ 2024-03-11 17:54 UTC (permalink / raw)
  To: 55746

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





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

end of thread, other threads:[~2024-03-11 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  5:47 [bug#55746] [PATCH] gnu: parinfer-rust: Copy plugin files to output calum
2022-06-04  8:09 ` [bug#55746] Calum Irwin
2024-03-11 17:54 ` [bug#55746] close Skyler Ferris via Guix-patches via

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).