guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add libcanberra-gtk2.


From: Andreas Enge
Subject: Re: [PATCH] gnu: Add libcanberra-gtk2.
Date: Sun, 7 Feb 2016 12:13:08 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Sat, Feb 06, 2016 at 09:56:57PM +0200, Efraim Flashner wrote:
> gtk is the only different input between the two variants, how about just
> removing gtk from the list of inherited inputs and adding in gtk+-2? grepping
> for "package-inputs" should have some examples.

For instance qt:
   (inputs `(,@(alist-delete "harfbuzz"
                              (alist-delete "libjpeg" (package-inputs qt)))
              ("libjepg" ,libjpeg-8)
              ("libsm" ,libsm)))

Andreas




reply via email to

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