From 8b56d8e62123f011cff90f142bdd6da24b995e8c Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 25 Oct 2017 00:40:31 +0300 Subject: [PATCH] Revert "vc: Broken on i686" Not broken This reverts commit c58c1f3b501731e3289fdae387b1c875c4e9cc8e. --- pkgs/development/libraries/vc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/vc/default.nix b/pkgs/development/libraries/vc/default.nix index 6a72feed73f..1dbbcf798c9 100644 --- a/pkgs/development/libraries/vc/default.nix +++ b/pkgs/development/libraries/vc/default.nix @@ -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 ]; }; }