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:
parent
ee813768c0
commit
e14a359896
@ -139,6 +139,7 @@ buildEnv {
|
|||||||
paths = [ desktopItem toggldesktop-icons toggldesktop-wrapped ];
|
paths = [ desktopItem toggldesktop-icons toggldesktop-wrapped ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
broken = true; # libtoggl is broken
|
||||||
description = "Client for Toggl time tracking service";
|
description = "Client for Toggl time tracking service";
|
||||||
homepage = "https://github.com/toggl/toggldesktop";
|
homepage = "https://github.com/toggl/toggldesktop";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
GenericName[it]=Generatore ed Analizzatore di pacchetti di rete
|
GenericName[it]=Generatore ed Analizzatore di pacchetti di rete
|
||||||
Comment[it]=Generatore ed Analizzatore di pacchetti di rete con interfaccia amichevole
|
Comment[it]=Generatore ed Analizzatore di pacchetti di rete con interfaccia amichevole
|
||||||
'';
|
'';
|
||||||
|
fileValidation = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = true;
|
||||||
description = "A cross-platform SSH client with cloud data sync and more";
|
description = "A cross-platform SSH client with cloud data sync and more";
|
||||||
homepage = "https://termius.com/";
|
homepage = "https://termius.com/";
|
||||||
downloadPage = "https://termius.com/linux/";
|
downloadPage = "https://termius.com/linux/";
|
||||||
|
@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = true;
|
||||||
description = "Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab";
|
description = "Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ timokau ];
|
maintainers = with maintainers; [ timokau ];
|
||||||
|
@ -34,6 +34,7 @@ in buildEnv {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = true;
|
||||||
homepage = "https://frogatto.com";
|
homepage = "https://frogatto.com";
|
||||||
description = description;
|
description = description;
|
||||||
license = with licenses; [ cc-by-30 unfree ];
|
license = with licenses; [ cc-by-30 unfree ];
|
||||||
|
@ -16,6 +16,7 @@ let
|
|||||||
type = "Application";
|
type = "Application";
|
||||||
categories = "Game;";
|
categories = "Game;";
|
||||||
genericName = pname;
|
genericName = pname;
|
||||||
|
fileValidation = false;
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
@ -14,6 +14,7 @@ let
|
|||||||
type = "Application";
|
type = "Application";
|
||||||
categories = "Game;RolePlaying;";
|
categories = "Game;RolePlaying;";
|
||||||
genericName = pname;
|
genericName = pname;
|
||||||
|
fileValidation = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user