forked from mirrors/nixpkgs
dbus tools: not supported on darwin
This commit is contained in:
parent
64f2ab4fb7
commit
1e1deda543
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ let
|
|||
stdenv.lib.optionalString (!stdenv.isDarwin) "-Wl,--as-needed "
|
||||
+ "-ldbus-1";
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.all;
|
||||
meta.platforms = with stdenv.lib.platforms; allBut darwin;
|
||||
};
|
||||
|
||||
daemon = tools;
|
||||
|
|
Loading…
Add table
Reference in a new issue