unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] vim: Build with ruby support.
@ 2016-10-13  0:10 ng0
  2016-10-13  0:10 ` [PATCH] gnu: vim: Add input ruby ng0
  2016-10-14 21:19 ` [PATCH] vim: Build with ruby support ng0
  0 siblings, 2 replies; 3+ messages in thread
From: ng0 @ 2016-10-13  0:10 UTC (permalink / raw)
  To: guix-devel

This is needed to build the vim bindings of notmuch:
https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README

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

* [PATCH] gnu: vim: Add input ruby.
  2016-10-13  0:10 [PATCH] vim: Build with ruby support ng0
@ 2016-10-13  0:10 ` ng0
  2016-10-14 21:19 ` [PATCH] vim: Build with ruby support ng0
  1 sibling, 0 replies; 3+ messages in thread
From: ng0 @ 2016-10-13  0:10 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/vim.scm (vim): Build with ruby support.
---
 gnu/packages/vim.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index b1ee527..3689b64 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,6 +27,7 @@
   #:use-module (gnu packages gawk)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages perl)
+  #:use-module (gnu packages ruby)
   #:use-module (gnu packages admin) ; For GNU hostname
   #:use-module (gnu packages shells))
 
@@ -44,6 +46,7 @@
     (arguments
      `(#:test-target "test"
        #:parallel-tests? #f
+       #:configure-flags (list "--enable-rubyinterp" "--with-features=huge")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'make-bit-reproducable
@@ -66,6 +69,7 @@
        ("inetutils" ,inetutils)
        ("ncurses" ,ncurses)
        ("perl" ,perl)
+       ("ruby" ,ruby)
        ("tcsh" ,tcsh))) ; For runtime/tools/vim32
     (home-page "http://www.vim.org/")
     (synopsis "Text editor based on vi")
-- 
2.10.1

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

* Re: [PATCH] vim: Build with ruby support.
  2016-10-13  0:10 [PATCH] vim: Build with ruby support ng0
  2016-10-13  0:10 ` [PATCH] gnu: vim: Add input ruby ng0
@ 2016-10-14 21:19 ` ng0
  1 sibling, 0 replies; 3+ messages in thread
From: ng0 @ 2016-10-14 21:19 UTC (permalink / raw)
  To: guix-devel

ng0 <ng0@we.make.ritual.n0.is> writes:

> This is needed to build the vim bindings of notmuch:
> https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README
>
>
>

Obsolete, see new patch "vim-full".

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

end of thread, other threads:[~2016-10-14 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13  0:10 [PATCH] vim: Build with ruby support ng0
2016-10-13  0:10 ` [PATCH] gnu: vim: Add input ruby ng0
2016-10-14 21:19 ` [PATCH] vim: Build with ruby support ng0

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