diff --git a/pkgs/tools/graphics/asymptote/default.nix b/pkgs/tools/graphics/asymptote/default.nix index 92b8a980a8d..303fc086874 100644 --- a/pkgs/tools/graphics/asymptote/default.nix +++ b/pkgs/tools/graphics/asymptote/default.nix @@ -49,6 +49,6 @@ rec { a.lib.maintainers.raskin ]; platforms = with a.lib.platforms; - linux ++ freebsd ++ darwin; + linux; }; }