Fix typo in Octave description (#147799)

This commit is contained in:
Tom McLaughlin 2021-11-28 20:22:43 -07:00 committed by GitHub
parent 99efa507e2
commit 3aab0e3ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ let
homepage = "https://www.gnu.org/software/octave/"; homepage = "https://www.gnu.org/software/octave/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ raskin doronbehar ]; maintainers = with lib.maintainers; [ raskin doronbehar ];
description = "Scientific Pragramming Language"; description = "Scientific Programming Language";
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT # https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT
broken = enableJIT; broken = enableJIT;
platforms = if overridePlatforms == null then platforms = if overridePlatforms == null then