Revert "vc: Broken on i686"
Not broken This reverts commit c58c1f3b501731e3289fdae387b1c875c4e9cc8e.
This commit is contained in:
parent
8ee94216d3
commit
8b56d8e621
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user