mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
dbus_cplusplus: disable tests
They fail to build.
This commit is contained in:
parent
517f2d392e
commit
d17273394b
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ dbus glib expat ];
|
||||
|
||||
configureFlags = [ "--disable-ecore" ];
|
||||
configureFlags = [ "--disable-ecore" "--disable-tests" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://dbus-cplusplus.sourceforge.net;
|
||||
|
Loading…
Reference in New Issue
Block a user