Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Edward Tjörnhammar
On Wed, May 11, 2016 at 12:19:21PM +0200, Vladimír Čunát wrote: > On 05/11/2016 11:37 AM, Edward Tjörnhammar wrote: > > Just to pester you :) I would like to have just one custom output, i.e. > > 'outputs = [ "quux" ]', but this errors out with "found no valid > > variant!". This list of mandatory

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Vladimír Čunát
On 05/11/2016 11:37 AM, Edward Tjörnhammar wrote: > Just to pester you :) I would like to have just one custom output, i.e. > 'outputs = [ "quux" ]', but this errors out with "found no valid > variant!". This list of mandatory first outputs should probably also be > documented as such. The problem

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Edward Tjörnhammar
On Wed, May 11, 2016 at 11:16:42AM +0200, Vladimír Čunát wrote: > On 05/11/2016 10:55 AM, Edward Tjörnhammar wrote: > > What seems to be missing is some text detailing how the aggregating > > attribute is related to its outputs. Specifically what is the difference > > between referring to "attribut

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Vladimír Čunát
On 05/11/2016 10:55 AM, Edward Tjörnhammar wrote: > What seems to be missing is some text detailing how the aggregating > attribute is related to its outputs. Specifically what is the difference > between referring to "attribute" and "attribute.out", when does it make > sense to just refer to the a

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Edward Tjörnhammar
On Wed, May 11, 2016 at 10:30:59AM +0200, Vladimír Čunát wrote: > On 05/10/2016 07:00 PM, Kosyrev Serge wrote: > > Benno Fünfstück writes: > >> in recent nixpkgs, the multiple outputs branch was merged. Is there > >> any documentation [...] > > > > An older (?) version in HTML: > > > > > > http

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-11 Thread Vladimír Čunát
On 05/10/2016 07:00 PM, Kosyrev Serge wrote: > Benno Fünfstück writes: >> in recent nixpkgs, the multiple outputs branch was merged. Is there >> any documentation [...] > > An older (?) version in HTML: > > > http://lipa.ms.mff.cuni.cz/~cunav5am/nix/multiple-outputs/share/doc/nixpkgs/manual.

Re: [Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-10 Thread Daniel Hlynskyi
@vcunat pointed me to http://hydra.nixos.org/build/34390075/download/1/nixpkgs/manual.html#chap-multiple-output 2016-05-10 15:49 GMT+03:00 Benno Fünfstück : > Hello list, > > in recent nixpkgs, the multiple outputs branch was merged. Is there any > documentation on how this is supposed to work /

[Nix-dev] Documentation for multiple-outputs in nixpkgs

2016-05-10 Thread Benno Fünfstück
Hello list, in recent nixpkgs, the multiple outputs branch was merged. Is there any documentation on how this is supposed to work / what outputs there exist (i've found "out", "dev", "static" for zlib) / how to use it when writing packages? Regards, Benno _