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: b4136a8f5b1d
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: 1737cd07ca0c
Choose a head ref
  • 14 commits
  • 14 files changed
  • 10 contributors

Commits on Oct 8, 2019

  1. python37Packages.pathspec: 0.5.9 -> 0.6.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-pathspec/versions
    r-ryantm committed Oct 8, 2019
    Copy the full SHA
    b22915b View commit details

Commits on Oct 13, 2019

  1. Copy the full SHA
    48e57cf View commit details

Commits on Oct 16, 2019

  1. kde_applications: 19.08.1 -> 19.08.2

    nyanloutre authored and FRidh committed Oct 16, 2019
    Copy the full SHA
    a83d96f View commit details
  2. spectacle: add new kwayland dependency

    nyanloutre authored and FRidh committed Oct 16, 2019
    Copy the full SHA
    fda32e9 View commit details
  3. Merge pull request #70736 from r-ryantm/auto-update/python3.7-pathspec

    python37Packages.pathspec: 0.5.9 -> 0.6.0
    c0bw3b authored Oct 16, 2019
    Copy the full SHA
    928698a View commit details
  4. python38Packages: build packages on Hydra

    Now that Python 3.8 is released we will also build packages on Hydra.
    As soon as the far majority of packages build, we can make Python 3.8
    the default `python3`.
    
    NixOS/nixpkgs#71220
    FRidh committed Oct 16, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    3f93a09 View commit details
  5. go_1_12: disable flakey TestGcSys test (PR #70368)

    In our tests we have experienced failures of this test,
    but it was otherwise not reproducible so far. A backported
    upstream fix did not alleviate the issue either, so disabling
    seems workable for now.
    d-goldin authored and vcunat committed Oct 16, 2019
    Copy the full SHA
    cffba01 View commit details
  6. Revert "go: apply upstream patch"

    This reverts commit d8218de.
    It makes no sense after the parent commit.
    vcunat committed Oct 16, 2019
    Copy the full SHA
    610afbc View commit details
  7. viewnior: do not remove icon-theme.cache

    This is now done automatically.
    gebner committed Oct 16, 2019
    Copy the full SHA
    18fde25 View commit details
  8. opencsg: fix build

    gebner committed Oct 16, 2019
    Copy the full SHA
    3458fe8 View commit details
  9. Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages

    elm.elmPackages: Cleanup code
    domenkozar authored Oct 16, 2019
    Copy the full SHA
    d2c1303 View commit details
  10. Copy the full SHA
    14405a0 View commit details
  11. Copy the full SHA
    cc9505a View commit details
  12. cargo-make: 0.22.2 -> 0.23.0

    https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0
    
    Please note that the cargo hash didn't change since no dependencies were
    updated (only the package version in Cargo.lock).
    Ma27 committed Oct 16, 2019
    Copy the full SHA
    1737cd0 View commit details
4 changes: 0 additions & 4 deletions pkgs/applications/graphics/viewnior/default.nix
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
shared-mime-info glib gdk-pixbuf perl
];

preFixup = ''
rm $out/share/icons/*/icon-theme.cache
'';

meta = {
description = "Fast and simple image viewer";
longDescription =
2 changes: 1 addition & 1 deletion pkgs/applications/kde/fetch.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WGET_ARGS=( https://download.kde.org/stable/applications/19.08.1/ )
WGET_ARGS=( https://download.kde.org/stable/applications/19.08.2/ )
4 changes: 2 additions & 2 deletions pkgs/applications/kde/spectacle.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
ki18n, xcb-util-cursor,
kconfig, kcoreaddons, kdbusaddons, kdeclarative, kio, kipi-plugins,
knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
qtx11extras, knewstuff, qttools
qtx11extras, knewstuff, kwayland, qttools
}:

mkDerivation {
@@ -14,7 +14,7 @@ mkDerivation {
buildInputs = [
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
knewstuff
knewstuff kwayland
];
postPatch = ''
substituteInPlace desktop/org.kde.spectacle.desktop \
Loading