Merge pull request #183687 from wegank/geoclue2-darwin
geoclue2: unbreak on darwin
This commit is contained in:
commit
8e1da586d9
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin && withDemoAgent;
|
||||
description = "Geolocation framework and some data providers";
|
||||
homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
|
|
Loading…
Reference in a new issue