unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: evince: Add inputs.
@ 2015-06-08  5:48 David Hashe
  2015-06-08 12:53 ` 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: David Hashe @ 2015-06-08  5:48 UTC (permalink / raw)
  To: guix-devel

* 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

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

* Re: [PATCH] gnu: evince: Add inputs.
  2015-06-08  5:48 [PATCH] gnu: evince: Add inputs David Hashe
@ 2015-06-08 12:53 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2015-06-08 12:53 UTC (permalink / raw)
  To: David Hashe, guix-devel

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!

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

end of thread, other threads:[~2015-06-08 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08  5:48 [PATCH] gnu: evince: Add inputs David Hashe
2015-06-08 12:53 ` 宋文武

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