pidgin-sipe: fix compile issue

This commit is contained in:
Reimund Klain 2022-12-16 17:49:03 +01:00 committed by Bjørn Forsman
parent 6903676a97
commit 01b625217b

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ intltool ];
buildInputs = [ pidgin gmime libxml2 nss ];
configureFlags = [ "--without-dbus" ];
enableParallelBuilding = true;
postInstall = "ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";