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:
parent
75446f09b1
commit
360e13d3a0
1 changed files with 2 additions and 4 deletions
|
@ -16,13 +16,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "switchboard-plug-sound";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0frml591r82j7hf1zlccgv8pzk3w10x470f9nzvdgdjpz0r776k2";
|
||||
sha256 = "1aa9wgaz34glrrnilnqis3k0bnx2a2ir38j493y4d0klkjkwyn5k";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
|
|||
switchboard
|
||||
];
|
||||
|
||||
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder "out"}/lib/switchboard";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Switchboard Sound Plug";
|
||||
homepage = https://github.com/elementary/switchboard-plug-sound;
|
||||
|
|
Loading…
Reference in a new issue