Merge pull request #38776 from layus/fix-eval
gap-minimal: fix ofBorg evaluation
This commit is contained in:
commit
9b8668c79c
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||
# keeping all packages increases the package size considerably, wchich
|
||||
# is why a local build is preferable in that situation. The timeframe
|
||||
# is reasonable and that way the binary cache doesn't get overloaded.
|
||||
hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) platforms;
|
||||
hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) meta.platforms;
|
||||
license = licenses.gpl2;
|
||||
homepage = http://gap-system.org/;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user