Skip to content

Commit

Permalink
pantheon.switchboard-plug-keyboard: 2.3.4 -> 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Mar 7, 2019
1 parent 7eedc53 commit 9ca0f47
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "switchboard-plug-keyboard";
version = "2.3.4";
version = "2.3.5";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1997hnhlcp2jmf3z70na42vl1b7i5vxhp7k5ga5sl68dv0g4126y";
sha256 = "17iijb7imxw5zv7vkrbc1vsp87k900yqgyv7ycz1gw37xb4klsyp";
};

passthru = {
Expand Down Expand Up @@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
})
];

LIBRARY_PATH = stdenv.lib.makeLibraryPath [ libgnomekbd ];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";

meta = with stdenv.lib; {
Expand Down

0 comments on commit 9ca0f47

Please sign in to comment.