boost-1.55: fix build with gcc-5 by upstream patch

Our higher versions have fix integrated upstream.
This commit is contained in:
Vladimír Čunát
2015-10-04 12:35:51 +02:00
parent 57f2baa9d6
commit 4e8da0747c
2 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
callPackage ./generic.nix (args // rec {
version = "1.55.0";
patches = [ ./clang-math.patch ./clang-math-2.patch ];
patches = [ ./clang-math.patch ./clang-math-2.patch ./gcc-5.patch ];
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_55_0.tar.bz2";