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

Commits on Nov 24, 2019

  1. Revert "konsole: add missing kglobalaccel"

    This reverts commit 7232ea4.
    FRidh committed Nov 24, 2019
    Copy the full SHA
    ccc1286 View commit details
  2. Revert "yakuake: add missing kglobalaccel"

    This reverts commit 88dc84c.
    FRidh committed Nov 24, 2019
    Copy the full SHA
    be89ed1 View commit details
Showing with 3 additions and 4 deletions.
  1. +1 −2 pkgs/applications/kde/konsole.nix
  2. +2 −2 pkgs/applications/kde/yakuake.nix
3 changes: 1 addition & 2 deletions pkgs/applications/kde/konsole.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kguiaddons,
ki18n, kiconthemes, kinit, kdelibs4support, kio, knotifications,
knotifyconfig, kparts, kpty, kservice, ktextwidgets, kwidgetsaddons,
kwindowsystem, kxmlgui, qtscript, knewstuff, kglobalaccel
kwindowsystem, kxmlgui, qtscript, knewstuff
}:

mkDerivation {
@@ -18,7 +18,6 @@ mkDerivation {
kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons kdelibs4support
kguiaddons ki18n kiconthemes kinit kio knotifications knotifyconfig kparts kpty
kservice ktextwidgets kwidgetsaddons kwindowsystem kxmlgui qtscript knewstuff
kglobalaccel
];

propagatedUserEnvPkgs = [ (lib.getBin kinit) ];
4 changes: 2 additions & 2 deletions pkgs/applications/kde/yakuake.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
mkDerivation, lib, kdoctools, extra-cmake-modules,
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras, kglobalaccel
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras
}:

mkDerivation {
name = "yakuake";

buildInputs = [
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
knotifyconfig kparts kwindowsystem qtx11extras kglobalaccel
knotifyconfig kparts kwindowsystem qtx11extras
];

propagatedBuildInputs = [