unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: David Hashe <david.hashe@dhashe.com>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: evince: Add inputs.
Date: Mon, 08 Jun 2015 20:53:58 +0800	[thread overview]
Message-ID: <87a8wacqe1.fsf@gmail.com> (raw)
In-Reply-To: <1433742497-11265-1-git-send-email-david.hashe@dhashe.com>

David Hashe <david.hashe@dhashe.com> writes:

> * gnu/packages/gnome.scm (evince): Add 'djvulibre' as an input.
> ---
>  gnu/packages/gnome.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 34658e1..e02a430 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -38,6 +38,7 @@
>    #:use-module (gnu packages cups)
>    #:use-module (gnu packages curl)
>    #:use-module (gnu packages databases)
> +  #:use-module (gnu packages djvu)
>    #:use-module (gnu packages flex)
>    #:use-module (gnu packages docbook)
>    #:use-module (gnu packages glib)
> @@ -348,7 +349,7 @@ forgotten when the session ends.")
>         #:tests? #f))
>      (inputs
>       `(("libspectre" ,libspectre)
> -       ;; ("djvulibre" ,djvulibre)
> +       ("djvulibre" ,djvulibre)
>         ("ghostscript" ,ghostscript)
>         ("poppler" ,poppler)
>         ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
> -- 
> 1.9.1
I applied the patch, and update it to 3.16.1 with more inputs added.

Thanks!

      reply	other threads:[~2015-06-08 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08  5:48 [PATCH] gnu: evince: Add inputs David Hashe
2015-06-08 12:53 ` 宋文武 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8wacqe1.fsf@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=david.hashe@dhashe.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).