Merge pull request #140170 from marsam/r-hydra
R: don't restrict hydraPlatforms
This commit is contained in:
commit
68f25d5a86
2 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
platforms = platforms.all;
|
||||
hydraPlatforms = platforms.linux;
|
||||
|
||||
maintainers = with maintainers; [ peti ] ++ teams.sage.members;
|
||||
};
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue