Merge pull request #30779 from veprbl/vc_not_broken

Revert "vc: Broken on i686"
This commit is contained in:
Jörg Thalheim 2017-10-25 02:37:32 +01:00 committed by GitHub
commit 550c6bf8b7

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 ];
};
}