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

Merge pull request #270180 from NixOS/backport-269573-to-release-23.11

[Backport release-23.11] xdg-desktop-portal: fix disabling Geo location
parents 757c42d7 78d87d6f
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;