gap: fix comment typo
This commit is contained in:
parent
e2e45e163c
commit
9e245a0878
|
@ -175,9 +175,9 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
# 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.
|
||||
# keeping all packages increases the package size considerably, which 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 = lib.optionals (!keepAllPackages) meta.platforms;
|
||||
license = licenses.gpl2;
|
||||
homepage = "http://gap-system.org/";
|
||||
|
|
Loading…
Reference in New Issue