From 4662abd3b4e878437ff762788c7af858e2c03ca8 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 1 Oct 2021 04:20:00 +0000 Subject: [PATCH] R: don't restrict hydraPlatforms The restriction of hydraPlatforms was added in [1: ef05fad51ab], but doesn't seem to be a real reason behind it. R is Free Software and it take takes a few minutes to build so I believe it can be distributed by Hydra. 1: 2014-05-04 ef05fad51ab36c0064d542d8665ae27faab2e9d3 R: don't restrict meta.platforms to Linux; other architectures should build fine --- pkgs/applications/science/math/R/default.nix | 1 - pkgs/development/r-modules/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index a8fdfe8571a6..263130c281b9 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -118,7 +118,6 @@ stdenv.mkDerivation rec { ''; platforms = platforms.all; - hydraPlatforms = platforms.linux; maintainers = with maintainers; [ peti ] ++ teams.sage.members; }; diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 16cbe2c510b3..2a66c54fc9cb 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -22,7 +22,7 @@ let doCheck ? true, requireX ? false, broken ? false, - hydraPlatforms ? R.meta.hydraPlatforms + hydraPlatforms ? R.meta.platforms }: buildRPackage { name = "${name}-${version}"; src = fetchurl {