Eelco Dolstra wrote:

> Hi,
> 
>>   src = fetchurl {
>>     url =
>>     "http://downloads.sourceforge.net/keepassx/keepassx-0.4.3.tar.gz";;
> 
> You could write
> 
>    url = "http://downloads.sourceforge.net/keepassx/${name}.tar.gz";;
> 
> to ensure that name and src are consistent.
I'd prefer "mirror://sourceforge/keepassx/${name}.tar.gz".

What is the proposed directory in nixpkgs/pkgs?

There is http://http:// in meta.homepage. One "http://"; is enough ;)

_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to