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: 71caa7c54a72
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85afc926d8df
Choose a head ref
  • 16 commits
  • 16 files changed
  • 1 contributor

Commits on Aug 5, 2018

  1. dillo: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    5e493c9 View commit details
  2. diod: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    85ea1c2 View commit details
  3. dirmngr: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    31b8aeb View commit details
  4. diskscan: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    f611b23 View commit details
  5. disper: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    9ff03a7 View commit details
  6. dmraid: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    89da937 View commit details
  7. dosage: add license

    see issue #43716
    pSub committed Aug 5, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    49f4f10 View commit details
  8. dosfstools: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    9119cd2 View commit details
  9. ekiga: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    a62fa40 View commit details
  10. emma: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    e4e98a2 View commit details
  11. fetchmail: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    2348623 View commit details
  12. findbugs: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    a344029 View commit details
  13. fondu: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    03b2a4d View commit details
  14. getmail: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    e7c9273 View commit details
  15. exiv2: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    6071ff1 View commit details
  16. exult: add license

    see issue #43716
    pSub committed Aug 5, 2018
    Copy the full SHA
    85afc92 View commit details
3 changes: 2 additions & 1 deletion pkgs/applications/graphics/dosage/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pythonPackages, fetchFromGitHub }:
{ stdenv, pythonPackages, fetchFromGitHub }:

pythonPackages.buildPythonApplication rec {
pname = "dosage";
@@ -23,5 +23,6 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "A comic strip downloader and archiver";
homepage = https://dosage.rocks/;
license = stdenv.lib.licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/fetchmail/default.nix
Original file line number Diff line number Diff line change
@@ -29,5 +29,6 @@ stdenv.mkDerivation {

platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.peti ];
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/browsers/dillo/default.nix
Original file line number Diff line number Diff line change
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
license = licenses.gpl3;
};
}
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
description = "VOIP/Videoconferencing app with full SIP and H.323 support";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};

passthru = {
1 change: 1 addition & 0 deletions pkgs/development/libraries/exiv2/default.nix
Original file line number Diff line number Diff line change
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
homepage = http://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/analysis/emma/default.nix
Original file line number Diff line number Diff line change
@@ -19,5 +19,6 @@ stdenv.mkDerivation {
homepage = http://emma.sourceforge.net/;
description = "A code coverage tool for Java";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.cpl10;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/analysis/findbugs/default.nix
Original file line number Diff line number Diff line change
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
homepage = http://findbugs.sourceforge.net/;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; unix;
license = licenses.lgpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/games/exult/default.nix
Original file line number Diff line number Diff line change
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/dmraid/default.nix
Original file line number Diff line number Diff line change
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/servers/diod/default.nix
Original file line number Diff line number Diff line change
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "An I/O forwarding server that implements a variant of the 9P protocol";
maintainers = [ stdenv.lib.maintainers.rickynils];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/filesystems/dosfstools/default.nix
Original file line number Diff line number Diff line change
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
homepage = https://www.daniel-baumann.ch/software/dosfstools/;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
license = stdenv.lib.licenses.gpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/misc/diskscan/default.nix
Original file line number Diff line number Diff line change
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
platforms = with platforms; linux;
maintainers = with maintainers; [ peterhoeg ];
inherit version;
license = licenses.gpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/misc/disper/default.nix
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
description = "On-the-fly display switch utility";
homepage = http://willem.engen.nl/projects/disper/;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};

}
1 change: 1 addition & 0 deletions pkgs/tools/misc/fondu/default.nix
Original file line number Diff line number Diff line change
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/networking/getmail/default.nix
Original file line number Diff line number Diff line change
@@ -26,5 +26,6 @@ python2Packages.buildPythonApplication rec {
homepage = http://pyropus.ca/software/getmail/;
inherit version;
updateWalker = true;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/security/dirmngr/default.nix
Original file line number Diff line number Diff line change
@@ -12,5 +12,6 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}