pidgin: add passthru.makePluginPath
This commit is contained in:
parent
2c49a6d8d8
commit
1bf2bb240d
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ let unwrapped = stdenv.mkDerivation rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
makePluginPath = lib.makeSearchPathOutput "lib" "lib/purple-${majorVersion}";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Multi-protocol instant messaging client";
|
description = "Multi-protocol instant messaging client";
|
||||||
homepage = "http://pidgin.im";
|
homepage = "http://pidgin.im";
|
||||||
|
|
Loading…
Reference in a new issue