gap: fix comment typo
This commit is contained in:
parent
e2e45e163c
commit
9e245a0878
|
@ -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/";
|
||||||
|
|
Loading…
Reference in New Issue