On Wed, Mar 21, 2012 at 01:03:36AM +0100, Eelco Dolstra wrote:
> Hi,
> 
> On 21/03/12 00:17, Lluís Batlle wrote:
> 
> > -{ fetchurl, stdenv, tcpWrapper, utillinux, libcap }:
> > +{ fetchurl, stdenv, tcpWrapper, utillinux, libcap, libtirpc, libevent, 
> > libnfsidmap, lvm2,
> > +  e2fsprogs }:
> 
> Could you write this as
> 
> { fetchurl, stdenv, tcpWrapper, utillinux, libcap, libtirpc, libevent, 
> libnfsidmap
> , lvm2, e2fsprogs }:
> 
> i.e. "," on subsequent lines aligned with the "{".
> 
> > -  buildInputs = [ tcpWrapper utillinux libcap ];
> > +  buildInputs = [ tcpWrapper utillinux libcap libtirpc libevent 
> > libnfsidmap lvm2
> > +    e2fsprogs ];
> 
> And this as
> 
>   buildInputs =
>     [ tcpWrapper utillinux libcap libtirpc libevent libnfsidmap
>       lvm2 e2fsprogs
>     ];

Umh... I think I never wrote like this. But if these are the rules... I'll
change it :)
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to