Fixing vxl build with gcc 5.

This commit is contained in:
Lluís Batlle i Rossell
2016-03-22 14:36:20 +01:00
parent c1901038c8
commit 56bd6be2cf
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -20,12 +20,13 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
patches = [ ./gcc5.patch ];
meta = {
description = "C++ Libraries for Computer Vision Research and Implementation";
homepage = http://vxl.sourceforge.net/;
license = "VXL License";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true; # requires fix for gcc 5: https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150216/1511118.html
};
}