mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
* Use a mirror because ftp.stratego-language.org is too slow right
now. svn path=/nixpkgs/trunk/; revision=165
This commit is contained in:
parent
3980a39bd0
commit
efb907cf9d
|
@ -4,7 +4,7 @@ Package(
|
|||
, ("build", Relative("sdf2/sdf2-build.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-1.6.tar.gz")
|
||||
[ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/sdf2-bundle-1.6.tar.gz")
|
||||
, ("md5", "283be0b4c7c9575c1b5cc735316e6192")
|
||||
]))
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Package(
|
|||
, ("build", Relative("strategoxt/strategoxt-build.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.9.2-3067.tar.gz")
|
||||
[ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/strategoxt-0.9.2-3067.tar.gz")
|
||||
, ("md5", "0d849a9409c40cdc66cbdee4d00726b2")
|
||||
]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue