From d866ee97ed77611f8b69c689c77160c2b847acd7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 20 Jul 2003 20:38:49 +0000 Subject: [PATCH] * Changed URL. svn path=/nixpkgs/trunk/; revision=180 --- pkgs/pan/pan.fix | 2 +- pkgs/system/system.fix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/pan/pan.fix b/pkgs/pan/pan.fix index 9717e0d1b16..8579107a756 100644 --- a/pkgs/pan/pan.fix +++ b/pkgs/pan/pan.fix @@ -5,7 +5,7 @@ Package( , ("setenv", Relative("helpers/set-env.sh")) , ("src", App(IncludeFix("fetchurl/fetchurl.fix"), - [ ("url", "http://pan.rebelbase.com/download/releases/0.14.0.90/SOURCE/pan-0.14.0.90.tar.bz2") + [ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/pan-0.14.0.90.tar.bz2") , ("md5", "59612bf2551650c0060b214f9742a105") ])) diff --git a/pkgs/system/system.fix b/pkgs/system/system.fix index c09cc673ce4..c91e7ec3c8d 100644 --- a/pkgs/system/system.fix +++ b/pkgs/system/system.fix @@ -2,10 +2,8 @@ Package( [ ("name", "system-2") , ("build", Relative("system/populate-linkdirs.pl")) - , ("actPkgConfig", IncludeFix("pkgconfig/pkgconfig.fix")) , ("actSubversion", IncludeFix("subversion/subversion.fix")) , ("actPan", IncludeFix("pan/pan.fix")) - , ("actSDF", IncludeFix("sdf2/sdf2.fix")) - , ("actStrategoXT", IncludeFix("strategoxt/strategoxt.fix")) + , ("actMPlayer", IncludeFix("MPlayer/MPlayer.fix")) ] )