treewide: Fix broken desktop files and mark packages as broken

This fixes all packages that are failed `nixpkgs-review` in #91790.
Packages that were broken prior to that PR were marked as broken.
Packages that failed because of #75729 were fixed.
This commit is contained in:
piegames
2020-10-15 15:14:51 +02:00
parent ee813768c0
commit e14a359896
7 changed files with 7 additions and 0 deletions
@@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
broken = true;
description = "Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab";
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];