Unverified Commit c9551b21 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

xdg-desktop-portal: fix disabling Geo location
parents 7e97af28 f8dd4b46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
    "-Dinstalled-tests=true"
    "-Dinstalled_test_prefix=${placeholder "installedTests"}"
  ] ++ lib.optionals (!enableGeoLocation) [
    "-Dgeoclue=false"
    "-Dgeoclue=disabled"
  ];

  doCheck = true;