audiofile: Fix build on GCC 6

http://hydra.nixos.org/build/42228674
This commit is contained in:
Eelco Dolstra
2017-01-25 20:12:33 +01:00
committed by Robin Gloster
parent 17a344a5da
commit d01d2db3d8
2 changed files with 31 additions and 1 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0rb927zknk9kmhprd8rdr4azql4gn2dp75a36iazx2xhkbqhvind";
};
patches = [ ./CVE-2015-7747.patch ];
patches = [ ./CVE-2015-7747.patch ./gcc-6.patch ];
meta = with stdenv.lib; {
description = "Library for reading and writing audio files in various formats";