Revert "vc: Broken on i686"

Not broken

This reverts commit c58c1f3b501731e3289fdae387b1c875c4e9cc8e.
This commit is contained in:
Dmitry Kalinkin 2017-10-25 00:40:31 +03:00
parent 8ee94216d3
commit 8b56d8e621

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Library for multiprecision complex arithmetic with exact rounding"; description = "Library for multiprecision complex arithmetic with exact rounding";
homepage = https://github.com/VcDevel/Vc; homepage = https://github.com/VcDevel/Vc;
license = licenses.bsd3; license = licenses.bsd3;
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = platforms.all;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };
} }