mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03: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 ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ dbus glib expat ];
|
buildInputs = [ dbus glib expat ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-ecore" ];
|
configureFlags = [ "--disable-ecore" "--disable-tests" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://dbus-cplusplus.sourceforge.net;
|
homepage = http://dbus-cplusplus.sourceforge.net;
|
||||||
|
Loading…
Reference in New Issue
Block a user