* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
name = "sane-backends-1.0.18";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.18/sane-backends-1.0.18.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/sane-backends-1.0.18.tar.gz;
|
||||
md5 = "7ca7e2908e24721471de92cf40c75e60";
|
||||
};
|
||||
udevSupport = hotplugSupport;
|
||||
|
||||
Reference in New Issue
Block a user