3
0
Fork 0
forked from mirrors/nixpkgs

Build all derivations at least for 64bit Linux

This commit is contained in:
Domen Kožar 2016-10-30 10:48:48 +01:00
parent 21a5532c57
commit 5c750e4940

View file

@ -85,7 +85,7 @@ rec {
packagePlatforms = mapAttrs (name: value:
let res = builtins.tryEval (
if isDerivation value then
value.meta.hydraPlatforms or (value.meta.platforms or [])
value.meta.hydraPlatforms or (value.meta.platforms or [ "x86_64-linux" ])
else if value.recurseForDerivations or false || value.recurseForRelease or false then
packagePlatforms value
else