pidgin: add passthru.makePluginPath

This commit is contained in:
Robert Schütz 2021-05-09 20:52:52 +02:00 committed by Robert Schütz
parent 2c49a6d8d8
commit 1bf2bb240d

View file

@ -87,6 +87,10 @@ let unwrapped = stdenv.mkDerivation rec {
done
'';
passthru = {
makePluginPath = lib.makeSearchPathOutput "lib" "lib/purple-${majorVersion}";
};
meta = with lib; {
description = "Multi-protocol instant messaging client";
homepage = "http://pidgin.im";