Merge pull request #269573 from pks-t/pks-xdg-desktop-portal-fix-disabling-geoclue

xdg-desktop-portal: fix disabling Geo location
This commit is contained in:
Bobby Rong 2023-11-27 00:03:06 +08:00 committed by GitHub
commit c9551b210f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
"-Dinstalled-tests=true"
"-Dinstalled_test_prefix=${placeholder "installedTests"}"
] ++ lib.optionals (!enableGeoLocation) [
"-Dgeoclue=false"
"-Dgeoclue=disabled"
];
doCheck = true;