* Fix URLs.
svn path=/nixpkgs/trunk/; revision=243
This commit is contained in:
parent
244d0b4181
commit
2264e18f43
@ -3,7 +3,7 @@ Package(
|
||||
, ("build", Relative("libxml2/libxml2-build.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "ftp://fr.rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz")
|
||||
[ ("url", "http://rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz")
|
||||
, ("md5", "b2caf6efe9ff9c4d2c175fb0689bd20e")
|
||||
]))
|
||||
|
||||
|
@ -4,7 +4,7 @@ Package(
|
||||
, ("build", Relative("pspell/pspell-build.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz")
|
||||
[ ("url", "http://belnet.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz")
|
||||
, ("md5", "cfd3816b2372932a1b71c0ce4e9f881e")
|
||||
]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user