guix-devel
[Top][All Lists]
Advanced

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

Re: Propagate inputs with a specific output only?


From: Danny Milosavljevic
Subject: Re: Propagate inputs with a specific output only?
Date: Fri, 22 Nov 2019 11:21:10 +0100

Hi Hartmut,

On Tue, 19 Nov 2019 17:32:14 +0100
Hartmut Goebel <address@hidden> wrote:

> I have a package, written in Python, which consists of a command line
> tool and a GUI. Since the GUI requires Qt, I would like to create two
> outputs: "out", and "gui". Thus one could install the command line tool
> without huge dependencies.
> 
> Now the GUI requires Qt, but for Python packages one needs to specify
> the requirements as propagated inputs. How can I make some of the 
> inputs propagated with output "gui" only?

I think it's

(propagated-inputs
  `(("foo" ,bar "baz")))

but I can't remember exactly.

Attachment: pgpHGNeLFp4Yb.pgp
Description: OpenPGP digital signature


reply via email to

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