3
0
Fork 0
forked from mirrors/nixpkgs

Revert "vc: Broken on i686"

Not broken

This reverts commit c58c1f3b50.
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";
homepage = https://github.com/VcDevel/Vc;
license = licenses.bsd3;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};
}