Adding sha256 hash to panotools, and improving its description.

svn path=/nixpkgs/trunk/; revision=14900
This commit is contained in:
Lluís Batlle i Rossell 2009-04-06 09:34:28 +00:00
parent dab0ce81ac
commit 613cc80e1d

View file

@ -6,6 +6,7 @@ stdenv.mkDerivation {
src = fetchsvn {
url = https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/libpano;
rev = 955;
sha256 = "e896c21caa098d33f33f33f134a8c9a725686c2470fe3cd08b76cd7934a56034";
};
configurePhase = ''
@ -17,7 +18,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://panotools.sourceforge.net/;
description = "Panorama Tools";
description = "Free software suite for authoring and displaying virtual reality panoramas";
license = "LGPL";
};
}