summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-06 09:34:28 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-06 09:34:28 +0000
commit613cc80e1dc568bde9f5e425981396e6460cd64a (patch)
tree3baab58bcb8a8589392f53549c5c399de6b46067 /pkgs/applications/graphics
parentdab0ce81ac9d3977125a767e91dd66aa470239cf (diff)
downloadnixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar.gz
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar.bz2
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar.lz
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar.xz
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.tar.zst
nixpkgs-613cc80e1dc568bde9f5e425981396e6460cd64a.zip
Adding sha256 hash to panotools, and improving its description.
svn path=/nixpkgs/trunk/; revision=14900
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/panotools/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/panotools/default.nix b/pkgs/applications/graphics/panotools/default.nix
index 90ede0e2d6f..579c8744681 100644
--- a/pkgs/applications/graphics/panotools/default.nix
+++ b/pkgs/applications/graphics/panotools/default.nix
@@ -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";
   };
 }