flac: update download URL for build fix patch

This commit is contained in:
Peter Simons 2013-04-06 01:38:19 +02:00
parent 084d5eed2d
commit bd8ccc7c2d

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
patches = patches =
[ # Fix for building on GCC 4.3. [ # Fix for building on GCC 4.3.
(fetchurl { (fetchurl {
url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-libs/flac/files/flac-1.2.1-gcc-4.3-includes.patch?rev=1.1"; url = "http://sourceforge.net/p/flac/patches/_discuss/thread/9d4c7504/d8ea/attachment/flac-1.2.1-gcc-4.3-includes.patch";
sha256 = "1m6ql5vyjb2jlp5qiqp6w0drq1m6x6y3i1dnl5ywywl3zd36k0mr"; sha256 = "1m6ql5vyjb2jlp5qiqp6w0drq1m6x6y3i1dnl5ywywl3zd36k0mr";
}) })
]; ];