* 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
@@ -12,11 +12,11 @@ stdenv.mkDerivation {
# Required for building of dynamic libraries on Darwin.
patches = [
(fetchurl {
url = http://svn.macports.org/repository/macports/trunk/dports/graphics/jpeg/files/patch-ltconfig;
url = http://nix.cs.uu.nl/dist/tarballs/patch-ltconfig;
md5 = "e6725fa4a09aa1de4ca75343fd0f61d5";
})
(fetchurl {
url = http://svn.macports.org/repository/macports/trunk/dports/graphics/jpeg/files/patch-ltmain.sh;
url = http://nix.cs.uu.nl/dist/tarballs/patch-ltmain.sh;
#md5 = "489986ad8e7a93aef036766b25f321d5";
md5 = "092a12aeb0c386dd7dae059109d950ba";
})