* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "libgphoto2-2.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/gphoto/libgphoto2-2.2.1.tar.bz2;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libgphoto2-2.2.1.tar.bz2;
|
||||
md5 = "69827311733e39fafa9f77bb05e55b77";
|
||||
};
|
||||
buildInputs = [pkgconfig libusb];
|
||||
|
||||
Reference in New Issue
Block a user