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

Commits on Aug 2, 2018

  1. xfce4-13.xfce4-xkb-plugin: init at 0.8.1 (#44320)

    volth authored and xeji committed Aug 2, 2018
    Copy the full SHA
    68fdf47 View commit details
Showing with 13 additions and 0 deletions.
  1. +2 −0 pkgs/desktops/xfce4-13/default.nix
  2. +11 −0 pkgs/desktops/xfce4-13/xfce4-xkb-plugin/default.nix
2 changes: 2 additions & 0 deletions pkgs/desktops/xfce4-13/default.nix
Original file line number Diff line number Diff line change
@@ -84,5 +84,7 @@ makeScope newScope (self: with self; {

xfce4-whiskermenu-plugin = callPackage ./xfce4-whiskermenu-plugin { };

xfce4-xkb-plugin = callPackage ./xfce4-xkb-plugin { };

xfwm4 = callPackage ./xfwm4 { };
})
11 changes: 11 additions & 0 deletions pkgs/desktops/xfce4-13/xfce4-xkb-plugin/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ mkXfceDerivation, gtk3, librsvg, libwnck3, libxklavier, garcon, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:

mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-xkb-plugin";
version = "0.8.1";
rev = version;
sha256 = "1gyky4raynp2ggdnq0g96c6646fjm679fzipcsmf1q0aymr8d5ky";

buildInputs = [ garcon gtk3 librsvg libxfce4ui libxfce4util libxklavier libwnck3 xfce4-panel xfconf ];
}