gap: fix comment typo

This commit is contained in:
Timo Kaufmann 2020-05-28 15:57:31 +02:00
parent e2e45e163c
commit 9e245a0878
1 changed files with 3 additions and 3 deletions

View File

@ -175,9 +175,9 @@ stdenv.mkDerivation rec {
]; ];
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
# keeping all packages increases the package size considerably, wchich # keeping all packages increases the package size considerably, which is
# is why a local build is preferable in that situation. The timeframe # why a local build is preferable in that situation. The timeframe is
# is reasonable and that way the binary cache doesn't get overloaded. # reasonable and that way the binary cache doesn't get overloaded.
hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms; hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
license = licenses.gpl2; license = licenses.gpl2;
homepage = "http://gap-system.org/"; homepage = "http://gap-system.org/";