* Copy a bunch of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
Eelco Dolstra
2006-10-12 13:50:54 +00:00
parent ce71dc9076
commit 1442e8ec22
205 changed files with 460 additions and 1392 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "bluez-firmware-1.1";
src = fetchurl {
url = http://bluez.sf.net/download/bluez-firmware-1.1.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/bluez-firmware-1.1.tar.gz;
md5 = "2f1c2d939108c865dd07bae3e819c573";
};
}
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "bluez-utils-2.25";
src = fetchurl {
url = http://bluez.sf.net/download/bluez-utils-2.25.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/bluez-utils-2.25.tar.gz;
md5 = "ae3729ab5592be06ed01b973d4b3e9fe";
};
buildInputs = [bluezLibs];
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gphoto2-2.2.0";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/gphoto/gphoto2-2.2.0.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/gphoto2-2.2.0.tar.bz2;
md5 = "f5c1f83185db598b4ca52889964a5e84";
};
buildInputs = [pkgconfig libgphoto2 libexif popt];
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "xchm-1.9";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/xchm/xchm-1.9.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/xchm-1.9.tar.gz;
md5 = "12e1faf49447c743c5c936636cd8a172";
};
buildInputs = [wxGTK chmlib];