Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f3302a88ace
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec421ca248c4
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 15, 2020

  1. 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.
    piegamesde committed Oct 15, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    e14a359 View commit details

Commits on Nov 27, 2020

  1. Merge pull request #100532 from piegamesde/fix-desktopitems

    treewide: Fix broken desktop files and mark packages as broken
    SuperSandro2000 authored Nov 27, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    ec421ca View commit details
1 change: 1 addition & 0 deletions pkgs/applications/misc/toggldesktop/default.nix
Original file line number Diff line number Diff line change
@@ -139,6 +139,7 @@ buildEnv {
paths = [ desktopItem toggldesktop-icons toggldesktop-wrapped ];

meta = with lib; {
broken = true; # libtoggl is broken
description = "Client for Toggl time tracking service";
homepage = "https://github.com/toggl/toggldesktop";
license = licenses.bsd3;
1 change: 1 addition & 0 deletions pkgs/applications/networking/ostinato/default.nix
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ mkDerivation rec {
GenericName[it]=Generatore ed Analizzatore di pacchetti di rete
Comment[it]=Generatore ed Analizzatore di pacchetti di rete con interfaccia amichevole
'';
fileValidation = false;
};

postInstall = ''
1 change: 1 addition & 0 deletions pkgs/applications/networking/termius/default.nix
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
broken = true;
description = "A cross-platform SSH client with cloud data sync and more";
homepage = "https://termius.com/";
downloadPage = "https://termius.com/linux/";
1 change: 1 addition & 0 deletions pkgs/applications/science/math/sage/sage.nix
Original file line number Diff line number Diff line change
@@ -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 = teams.sage.members;
1 change: 1 addition & 0 deletions pkgs/games/frogatto/default.nix
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ in buildEnv {
'';

meta = with stdenv.lib; {
broken = true;
homepage = "https://frogatto.com";
description = description;
license = with licenses; [ cc-by-30 unfree ];
1 change: 1 addition & 0 deletions pkgs/games/tdm/default.nix
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ let
type = "Application";
categories = "Game;";
genericName = pname;
fileValidation = false;
};
in stdenv.mkDerivation {
name = "${pname}-${version}";
1 change: 1 addition & 0 deletions pkgs/games/tome2/default.nix
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ let
type = "Application";
categories = "Game;RolePlaying;";
genericName = pname;
fileValidation = false;
};

in stdenv.mkDerivation {