Merge pull request #266541 from tu-maurice/unstable/fix-pidgin-sipe
This commit is contained in:
+5
-1
@@ -25,7 +25,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ intltool ];
|
||||
buildInputs = [ pidgin gmime libxml2 nss ];
|
||||
configureFlags = [ "--without-dbus" ];
|
||||
configureFlags = [
|
||||
"--without-dbus"
|
||||
"--enable-quality-check=no"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = "ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";
|
||||
|
||||
Reference in New Issue
Block a user