summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-02-12 22:36:00 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-02-12 22:36:00 +0000
commit3db3e079afaaae281124ee9ff1b34df3fa197824 (patch)
tree4c92858a0c50775345361673336abaabc67ed362
parenta25344377e358facb1be09c1395ccb7ac63edb33 (diff)
Ported ffmpeg_svn tarball link - correction to all-packages link
svn path=/nixpkgs/branches/stdenv-updates/; revision=10652
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4567484777ad..82940ce79970 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1909,7 +1909,7 @@ rec {
};
ffmpeg_svn = import ../development/libraries/ffmpeg_svn_snapshot {
- inherit fetchsvn stdenv a52dec libtheora x11 lame zlib SDL;
+ inherit fetchurl stdenv a52dec libtheora x11 lame zlib SDL;
};
fftw = import ../development/libraries/fftw {