9 stdenv.mkDerivation rec {
11 version = "unstable-2014-07-08";
13 src = fetchFromGitHub {
16 rev = "54b299266265cde800289b2d51f13b81f6bf379c";
17 sha256 = "sha256-fKdEOaijW2LfsH8RHlVGbMpL7Zhu+x2vW4fPEN4puKk=";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ pidgin ];
24 sed -i 's|-I/usr/include/libpurple|$(shell pkg-config --cflags purple)|' Makefile
29 "LIBDIR=${placeholder "out"}/lib"
30 "DATADIR=${placeholder "out"}/share"
34 homepage = "https://github.com/dreadatour/pidgin-mra";
35 description = "Mail.ru Agent plugin for Pidgin / libpurple";
36 license = lib.licenses.gpl2;
37 platforms = lib.platforms.linux;