dbus tools: not supported on darwin
This commit is contained in:
parent
64f2ab4fb7
commit
1e1deda543
@ -91,7 +91,7 @@ let
|
|||||||
stdenv.lib.optionalString (!stdenv.isDarwin) "-Wl,--as-needed "
|
stdenv.lib.optionalString (!stdenv.isDarwin) "-Wl,--as-needed "
|
||||||
+ "-ldbus-1";
|
+ "-ldbus-1";
|
||||||
|
|
||||||
meta.platforms = stdenv.lib.platforms.all;
|
meta.platforms = with stdenv.lib.platforms; allBut darwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
daemon = tools;
|
daemon = tools;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user