pantheon.switchboard-plug-sound: 2.2.1 -> 2.2.2

Don't need pkgconfig override because of
* 6a78fcf740

https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.2
This commit is contained in:
worldofpeace 2019-11-19 14:44:08 -05:00
parent 75446f09b1
commit 360e13d3a0

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "switchboard-plug-sound"; pname = "switchboard-plug-sound";
version = "2.2.1"; version = "2.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0frml591r82j7hf1zlccgv8pzk3w10x470f9nzvdgdjpz0r776k2"; sha256 = "1aa9wgaz34glrrnilnqis3k0bnx2a2ir38j493y4d0klkjkwyn5k";
}; };
passthru = { passthru = {
@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
switchboard switchboard
]; ];
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder "out"}/lib/switchboard";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Switchboard Sound Plug"; description = "Switchboard Sound Plug";
homepage = https://github.com/elementary/switchboard-plug-sound; homepage = https://github.com/elementary/switchboard-plug-sound;