gap-minimal: fix ofBorg evaluation

+1 -1
+1 -1
pkgs/applications/science/math/gap/default.nix
··· 96 # keeping all packages increases the package size considerably, wchich 97 # is why a local build is preferable in that situation. The timeframe 98 # is reasonable and that way the binary cache doesn't get overloaded. 99 - hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) platforms; 100 license = licenses.gpl2; 101 homepage = http://gap-system.org/; 102 };
··· 96 # keeping all packages increases the package size considerably, wchich 97 # is why a local build is preferable in that situation. The timeframe 98 # is reasonable and that way the binary cache doesn't get overloaded. 99 + hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) meta.platforms; 100 license = licenses.gpl2; 101 homepage = http://gap-system.org/; 102 };