Merge pull request #141211 from andresilva/geoclue-fix-no-wifi

geoclue: fix getting a location if the computer has no wifi

authored by

Michael Raskin and committed by
GitHub
ed76a912 ea4c5952

+8
+8
pkgs/development/libraries/geoclue/default.nix
··· 39 39 }; 40 40 41 41 patches = [ 42 + # Fix for falling back to GeoIP when WiFi devices are not found 43 + # https://gitlab.freedesktop.org/geoclue/geoclue/-/commit/2de651b6590087a2df2defe8f3d85b3cf6b91494 44 + # NOTE: this should be removed when the next version is released 45 + (fetchpatch { 46 + url = "https://gitlab.freedesktop.org/geoclue/geoclue/commit/2de651b6590087a2df2defe8f3d85b3cf6b91494.patch"; 47 + sha256 = "hv7t2Hmpv2oDXiPWA7JpYD9q+cuuk+En/lJJickvFII="; 48 + }) 49 + 42 50 # Make the Mozilla API key configurable 43 51 # https://gitlab.freedesktop.org/geoclue/geoclue/merge_requests/54 (only partially backported) 44 52 (fetchpatch {