[Nix-dev] Re: packaged keepassx; awaiting review
Yury G. Kudryashov
urkud+nix at ya.ru
Wed Jun 8 12:11:42 CEST 2011
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 ;)
More information about the nix-dev
mailing list