Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36adeebde6cc
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f71b91f4ebc9
Choose a head ref

Commits on Jul 5, 2020

  1. licenses: Make single-version-only GPL explicit

    I commonly see people use the former when they should use the latter.
    
    Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
    jtojnar committed Jul 5, 2020
    Copy the full SHA
    13b5ae5 View commit details

Commits on Jul 7, 2020

  1. update.nix: Allow passing overlays

    Previously, we relied on NIX_PATH for passing overlays but with flakes, we should pass them explicitly.
    jtojnar committed Jul 7, 2020
    Copy the full SHA
    5b3fe9f View commit details

Commits on Jul 13, 2020

  1. gnome3.gnome-shell: Format with nixpkgs-fmt

    Also reorder and stop using aliases for pkg-config and docbook-xsl-{,no}ns.
    jtojnar committed Jul 13, 2020
    Copy the full SHA
    8cddeef View commit details
  2. gnome3.gnome-shell: Clean up

    Remove the following dependencies:
    
    * libcanberra – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/327
    * libsoup – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/234
    * libXtst – https://gitlab.gnome.org/GNOME/gnome-shell/commit/9f5a2d8aca5ae91be4cad12e6a3d02e1ac26e39a
    * glibcLocales – no longer necessary since glibc now contains C.UTF-8 locale
    * docbook-xsl-ns – not sure why this was included but there are no complaints when this is removed
    
    Also move gnome-autoar & json-glib to proper section and drop unused clutter arg.
    jtojnar committed Jul 13, 2020
    Copy the full SHA
    0937ea6 View commit details
  3. Copy the full SHA
    b491020 View commit details
  4. gnome3.mutter: clean up

    * upower no longer used – https://gitlab.gnome.org/GNOME/mutter/commit/fa9e330f2c6d3ec34ff57b2c67a9c75c09401014
    * only libcanbera, not libcanberra-gtk is used
    * cogl has been in-tree for ages
    * geocode-glib has not been used ever?
    * no need to have zenity in buildInputs, it is only needed in patch
    * move patches attr after src
    jtojnar committed Jul 13, 2020
    Copy the full SHA
    4a48684 View commit details

Commits on Jul 17, 2020

  1. nsd: 4.3.1 -> 4.3.2

    r-ryantm committed Jul 17, 2020
    Copy the full SHA
    1715ead View commit details
  2. Copy the full SHA
    1bab9f0 View commit details
  3. osmo: 0.4.2 -> 0.4.4

    r-ryantm committed Jul 17, 2020
    Copy the full SHA
    3f9565e View commit details
  4. brave: 1.10.97 -> 1.11.97

    felschr authored Jul 17, 2020
    Copy the full SHA
    0dd4c64 View commit details

Commits on Jul 18, 2020

  1. tut: 0.0.10 -> 0.0.13

    new release with some minor improvements:
    https://github.com/RasmusLindroth/tut/releases/tag/0.0.13
    equirosa committed Jul 18, 2020
    Copy the full SHA
    995d057 View commit details
  2. Copy the full SHA
    710714e View commit details
  3. Merge pull request #93354 from r-ryantm/auto-update/nsd

    nsd: 4.3.1 -> 4.3.2
    marsam authored Jul 18, 2020
    Copy the full SHA
    1ff6bc1 View commit details
  4. Merge pull request #93373 from FelschR/patch-3

    brave: 1.10.97 -> 1.11.97
    marsam authored Jul 18, 2020
    Copy the full SHA
    bf30566 View commit details
  5. Merge pull request #93362 from r-ryantm/auto-update/libmysqlconnectorcpp

    libmysqlconnectorcpp: 8.0.20 -> 8.0.21
    marsam authored Jul 18, 2020
    Copy the full SHA
    0ae51ed View commit details
  6. Merge pull request #92348 from jtojnar/explicit-only-gpl

    licenses: Make single-version-only GPL explicit
    jtojnar authored Jul 18, 2020
    Copy the full SHA
    fb7507d View commit details
  7. Merge pull request #92628 from jtojnar/update-overlays

    update.nix: Allow passing overlays
    jtojnar authored Jul 18, 2020
    Copy the full SHA
    4325995 View commit details
  8. Merge pull request #93045 from jtojnar/gnome-shell-cleanup

    gnome3.gnome-shell: clean up
    jtojnar authored Jul 18, 2020
    Copy the full SHA
    82c91e1 View commit details
  9. Merge pull request #93382 from marsam/update-ncspot

    ncspot: 0.1.4 -> 0.2.0
    marsam authored Jul 18, 2020
    Copy the full SHA
    f461bfb View commit details
  10. doc/perl: fix build

    zowoq committed Jul 18, 2020
    Copy the full SHA
    ff3d205 View commit details
  11. cataclysm-dda: 0.E -> 0.E-2

    alyssais committed Jul 18, 2020
    Copy the full SHA
    5da2d61 View commit details
  12. Merge pull request #93376 from equirosa/tut

    tut: 0.0.10 -> 0.0.13
    danieldk authored Jul 18, 2020
    Copy the full SHA
    743941c View commit details
  13. Merge pull request #93369 from r-ryantm/auto-update/osmo

    osmo: 0.4.2 -> 0.4.4
    danieldk authored Jul 18, 2020
    Copy the full SHA
    f71b91f View commit details
2 changes: 1 addition & 1 deletion doc/languages-frameworks/perl.xml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<programlisting>
#!/usr/bin/env perl
</programlisting>
to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with:
to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
<screen>
<prompt>$ </prompt>perl ./myscript.pl
</screen>
6 changes: 3 additions & 3 deletions doc/stdenv/meta.xml
Original file line number Diff line number Diff line change
@@ -155,17 +155,17 @@ hello-2.3 A program that produces a familiar, friendly greeting
<itemizedlist>
<listitem>
<para>
Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3</literal>.
Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3Only</literal>.
</para>
</listitem>
<listitem>
<para>
Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3"</literal>.
Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3Only"</literal>.
</para>
</listitem>
<listitem>
<para>
Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0"</literal>.
Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0-only"</literal>.
</para>
</listitem>
<listitem>
4 changes: 2 additions & 2 deletions doc/using/configuration.xml
Original file line number Diff line number Diff line change
@@ -162,10 +162,10 @@
</programlisting>
</para>
<para>
The following example configuration blacklists the <literal>gpl3</literal> and <literal>agpl3</literal> licenses:
The following example configuration blacklists the <literal>gpl3Only</literal> and <literal>agpl3Only</literal> licenses:
<programlisting>
{
blacklistedLicenses = with stdenv.lib.licenses; [ agpl3 gpl3 ];
blacklistedLicenses = with stdenv.lib.licenses; [ agpl3Only gpl3Only ];
}
</programlisting>
</para>
32 changes: 22 additions & 10 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "Academic Free License v3.0";
};

agpl3 = spdx {
agpl3Only = spdx {
spdxId = "AGPL-3.0-only";
fullName = "GNU Affero General Public License v3.0 only";
};
@@ -281,12 +281,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "European Union Public License 1.2";
};

fdl11 = spdx {
fdl11Only = spdx {
spdxId = "GFDL-1.1-only";
fullName = "GNU Free Documentation License v1.1 only";
};

fdl12 = spdx {
fdl12Only = spdx {
spdxId = "GFDL-1.2-only";
fullName = "GNU Free Documentation License v1.2 only";
};
@@ -296,7 +296,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU Free Documentation License v1.2 or later";
};

fdl13 = spdx {
fdl13Only = spdx {
spdxId = "GFDL-1.3-only";
fullName = "GNU Free Documentation License v1.3 only";
};
@@ -327,7 +327,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
free = false;
};

gpl1 = spdx {
gpl1Only = spdx {
spdxId = "GPL-1.0-only";
fullName = "GNU General Public License v1.0 only";
};
@@ -337,7 +337,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU General Public License v1.0 or later";
};

gpl2 = spdx {
gpl2Only = spdx {
spdxId = "GPL-2.0-only";
fullName = "GNU General Public License v2.0 only";
};
@@ -362,7 +362,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU General Public License v2.0 or later";
};

gpl3 = spdx {
gpl3Only = spdx {
spdxId = "GPL-3.0-only";
fullName = "GNU General Public License v3.0 only";
};
@@ -437,7 +437,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "JasPer License";
};

lgpl2 = spdx {
lgpl2Only = spdx {
spdxId = "LGPL-2.0-only";
fullName = "GNU Library General Public License v2 only";
};
@@ -447,7 +447,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU Library General Public License v2 or later";
};

lgpl21 = spdx {
lgpl21Only = spdx {
spdxId = "LGPL-2.1-only";
fullName = "GNU Lesser General Public License v2.1 only";
};
@@ -457,7 +457,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU Lesser General Public License v2.1 or later";
};

lgpl3 = spdx {
lgpl3Only = spdx {
spdxId = "LGPL-3.0-only";
fullName = "GNU Lesser General Public License v3.0 only";
};
@@ -782,4 +782,16 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
spdxId = "ZPL-2.1";
fullName = "Zope Public License 2.1";
};
} // {
# TODO: remove legacy aliases
agpl3 = lib.licenses.agpl3Only;
fdl11 = lib.licenses.fdl11Only;
fdl12 = lib.licenses.fdl12Only;
fdl13 = lib.licenses.fdl13Only;
gpl1 = lib.licenses.gpl1Only;
gpl2 = lib.licenses.gpl2Only;
gpl3 = lib.licenses.gpl3Only;
lgpl2 = lib.licenses.lgpl2Only;
lgpl21 = lib.licenses.lgpl21Only;
lgpl3 = lib.licenses.lgpl3Only;
}
8 changes: 7 additions & 1 deletion maintainers/scripts/update.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,13 @@
# TODO: add assert statements

let
pkgs = import ./../../default.nix (if include-overlays then { } else { overlays = []; });
pkgs = import ./../../default.nix (
if include-overlays == false then
{ overlays = []; }
else if include-overlays == true then
{ } # Let Nixpkgs include overlays impurely.
else { overlays = include-overlays; }
);

inherit (pkgs) lib;

8 changes: 4 additions & 4 deletions pkgs/applications/audio/ncspot/default.nix
Original file line number Diff line number Diff line change
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "ncspot";
version = "0.1.4";
version = "0.2.0";

src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
rev = version;
sha256 = "02g2lamabkwayhm56498pfvl9g0xx2vsan2j48ssrwjx6rwmlh7n";
rev = "v${version}";
sha256 = "0b2g5bd04zh1hcrhkgd2srx9gl94da4gpy9arjcvrldschjxjza1";
};

cargoSha256 = "07gw2az11lpldwpb792l64b7xlarvx77364rn4i8g6a5271zahz3";
cargoSha256 = "1gbhvmg7jfmx0b694rdr3s2zs33d4s645gw1lrxvwffif4mg8fy9";

cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];

4 changes: 2 additions & 2 deletions pkgs/applications/misc/tut/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "tut";
version = "0.0.10";
version = "0.0.13";

goPackagePath = "github.com/RasmusLindroth/tut";
goDeps = ./deps.nix;
@@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "09l6dmzrvcpix3wg4djs6zk3ql6b6lfhd8z9aglbi6fix4pm8565";
sha256 = "085qiv9q2hzv1v6qmbddra23acsmmkbwmjqc3cp81gfgl893z7sm";
};

meta = with stdenv.lib; {
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
@@ -86,11 +86,11 @@ in

stdenv.mkDerivation rec {
pname = "brave";
version = "1.10.97";
version = "1.11.97";

src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "1qwk75k8km2sy7l3m4k5m383sl75dph4dyrp8hd65x5hnpip67yi";
sha256 = "1wmjwk98fvzy5slyqpzpnn1mx663q3pvcyr3fzcinf6v971vz3q2";
};

dontConfigure = true;
4 changes: 2 additions & 2 deletions pkgs/applications/office/osmo/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "osmo";
version = "0.4.2";
version = "0.4.4";

src = fetchurl {
url = "mirror://sourceforge/osmo-pim/${pname}-${version}.tar.gz";
sha256 = "1gjd4w9jckfpqr9n0bw0w25h3qhfyzw1xvilh3hqdadfinwyal2v";
sha256 = "19h3dnjgqbawnvgnycyp4n5b6mjsp5zghn3b69b6f3xa3fyi32qy";
};

nativeBuildInputs = [ pkgconfig gettext wrapGAppsHook ];
Loading