guix-patches
[Top][All Lists]
Advanced

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

bug#25928: [PATCH] gnu: Add darktable.


From: Leo Famulari
Subject: bug#25928: [PATCH] gnu: Add darktable.
Date: Wed, 8 Mar 2017 12:59:19 -0500
User-agent: Mutt/1.8.0 (2017-02-23)

On Thu, Mar 02, 2017 at 01:04:33AM +0100, Roel Janssen wrote:
> Subject: [PATCH] gnu: Add darktable.
> 
> * gnu/packages/photo.scm (darktable): New variable.

Cool!

> ---
>  gnu/packages/photo.scm | 81 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 81 insertions(+)
> 
> diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
> index ce71d2a44..42da06080 100644
> --- a/gnu/packages/photo.scm
> +++ b/gnu/packages/photo.scm
> @@ -31,17 +31,23 @@
>    #:use-module (gnu packages base)
>    #:use-module (gnu packages boost)
>    #:use-module (gnu packages compression)
> +  #:use-module (gnu packages curl)
> +  #:use-module (gnu packages databases)
>    #:use-module (gnu packages ghostscript)
>    #:use-module (gnu packages gl)

It's missing the (gnu packages glib) module, for dbus-glib.

> +       ("fop" ,fop)

And I can't test it further, because this package is missing.

Also, the patch as sent doesn't apply correctly with `git am`. I
recommend attaching the patch if you are using the debbugs guix-patches.

Attachment: signature.asc
Description: PGP signature


reply via email to

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