summary refs log tree commit diff
path: root/pkgs/applications/audio/flac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-06 01:38:19 +0200
committerPeter Simons <simons@cryp.to>2013-04-07 23:33:19 +0200
commitbd8ccc7c2d5b85239e5769cd15901b51b4977eda (patch)
tree7966f9ddb2490e57af8b3ad9e52cb75251387405 /pkgs/applications/audio/flac
parent084d5eed2d9bc52fd1d5604ccccfcd19ac388c95 (diff)
downloadnixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar.gz
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar.bz2
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar.lz
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar.xz
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.tar.zst
nixlib-bd8ccc7c2d5b85239e5769cd15901b51b4977eda.zip
flac: update download URL for build fix patch
Diffstat (limited to 'pkgs/applications/audio/flac')
-rw-r--r--pkgs/applications/audio/flac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index fa201d20c3fb..5dd993b0ef8c 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   patches =
     [ # Fix for building on GCC 4.3.
       (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";
       })
     ];