* 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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "libgphoto2-2.1.99";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/gphoto/libgphoto2-2.1.99.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/libgphoto2-2.1.99.tar.bz2;
md5 = "3c6d9cb65661915e07491a6f9215d5a9";
};
buildInputs = [pkgconfig libusb];