diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·11+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·11+0000 |
commit | fa51d6fcd9ee7efc897e8e07a2db7a41f974d6a6 (patch) | |
tree | ed213bb9e9f965e97d616e1061af280f76c443df | |
parent | e582ee67cd682c13667daccf33e8071189ef946c (diff) |
* Forgot to commit this one.
-rw-r--r-- | test/tmpl/pan-0.13.4.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmpl/pan-0.13.4.nix b/test/tmpl/pan-0.13.4.nix index 3aeca04ed606..b206657fd678 100644 --- a/test/tmpl/pan-0.13.4.nix +++ b/test/tmpl/pan-0.13.4.nix @@ -5,6 +5,6 @@ pango <- ./pango-1.2.1.nix gtk <- ./gtk+-2.2.1.nix gnet <- ./gnet-1.1.8.nix -src = ../dist/pan-0.13.4.tar.bz2 +src = url(http://pan.rebelbase.com/download/releases/0.13.4/SOURCE/pan-0.13.4.tar.bz2) build = ../build/pan-build.sh |