Fix typo in Octave description (#147799)
This commit is contained in:
parent
99efa507e2
commit
3aab0e3ad9
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ let
|
|||
homepage = "https://www.gnu.org/software/octave/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
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
|
||||
broken = enableJIT;
|
||||
platforms = if overridePlatforms == null then
|
||||
|
|
Loading…
Reference in a new issue