haskell.compiler.ghc*: allow all platforms
Propagating the supported platforms of the boot compiler doesn't make much sense when unregistered cross-compilation is possible.
This commit is contained in:
committed by
sternenseemann
parent
d3bad45240
commit
322bab8284
@@ -492,7 +492,8 @@ stdenv.mkDerivation (rec {
|
||||
guibou
|
||||
] ++ lib.teams.haskell.members;
|
||||
timeout = 24 * 3600;
|
||||
inherit (ghc.meta) license platforms;
|
||||
platforms = lib.platforms.all;
|
||||
inherit (ghc.meta) license;
|
||||
};
|
||||
|
||||
} // lib.optionalAttrs targetPlatform.useAndroidPrebuilt {
|
||||
|
||||
@@ -643,7 +643,8 @@ stdenv.mkDerivation ({
|
||||
guibou
|
||||
] ++ lib.teams.haskell.members;
|
||||
timeout = 24 * 3600;
|
||||
inherit (ghc.meta) license platforms;
|
||||
platforms = lib.platforms.all;
|
||||
inherit (ghc.meta) license;
|
||||
};
|
||||
|
||||
dontStrip = targetPlatform.useAndroidPrebuilt || targetPlatform.isWasm;
|
||||
|
||||
@@ -509,7 +509,8 @@ stdenv.mkDerivation (rec {
|
||||
guibou
|
||||
] ++ lib.teams.haskell.members;
|
||||
timeout = 24 * 3600;
|
||||
inherit (ghc.meta) license platforms;
|
||||
platforms = lib.platforms.all;
|
||||
inherit (ghc.meta) license;
|
||||
};
|
||||
|
||||
} // lib.optionalAttrs targetPlatform.useAndroidPrebuilt {
|
||||
|
||||
Reference in New Issue
Block a user