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

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
Showing with 871 additions and 871 deletions.
  1. +1 −1 pkgs/applications/kde/fetch.sh
  2. +2 −2 pkgs/applications/kde/spectacle.nix
  3. +868 −868 pkgs/applications/kde/srcs.nix
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 \
1,736 changes: 868 additions & 868 deletions pkgs/applications/kde/srcs.nix

Large diffs are not rendered by default.