* Copy more files.

svn path=/nixpkgs/trunk/; revision=4646
This commit is contained in:
Eelco Dolstra
2006-01-31 16:37:40 +00:00
parent 90254f5a4e
commit 321e4da7e8
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gphoto2-2.1.99";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/gphoto/gphoto2-2.1.99.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/gphoto2-2.1.99.tar.bz2;
md5 = "549a9dfae6910ab6456b194ea86b55a2";
};
buildInputs = [pkgconfig libgphoto2 libexif popt];