···9696 # keeping all packages increases the package size considerably, wchich
9797 # is why a local build is preferable in that situation. The timeframe
9898 # is reasonable and that way the binary cache doesn't get overloaded.
9999- hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) platforms;
9999+ hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) meta.platforms;
100100 license = licenses.gpl2;
101101 homepage = http://gap-system.org/;
102102 };