guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: evince: Add inputs.


From: 宋文武
Subject: Re: [PATCH] gnu: evince: Add inputs.
Date: Mon, 08 Jun 2015 20:53:58 +0800
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu)

David Hashe <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]