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