From 3db3e079afaaae281124ee9ff1b34df3fa197824 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 12 Feb 2008 22:36:00 +0000 Subject: [PATCH] Ported ffmpeg_svn tarball link - correction to all-packages link svn path=/nixpkgs/branches/stdenv-updates/; revision=10652 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4567484777a..82940ce7997 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 {