[Nix-dev] Re: [Nix-commits] SVN commit: nix - 14893 - viric - in nixpkgs/trunk/pkgs: applications/graphics applications/graphics/panotools top-level

Eelco Dolstra e.dolstra at tudelft.nl
Mon Apr 6 10:08:56 CEST 2009


Ludovic Courtès wrote:

> Llus Batlle <viriketo at gmail.com> writes:
> 
>> +  src = fetchsvn {
>> +    url = https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/libpano;
>> +    rev = 955;
>> +  };
> 
> Two remarks:
> 
>   1. It'd be better to provide `sha256', for improved reproducibility.

Wow - it's a bug that this works at all :-)  There should be an assertion in
fetchsvn that you have to provide either an md5 or sha256 argument (just like in
the fetchurl function).

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/



More information about the nix-dev mailing list