summary refs log tree commit diff
path: root/pkgs/development/libraries/xdg-desktop-portal
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-01 22:03:46 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-02 06:12:45 -0500
commitaf3090dcaf31aa1f57850727afe4018d025e54a0 (patch)
tree4d0dda1e46aebe53448f542228a56deca50d8652 /pkgs/development/libraries/xdg-desktop-portal
parent47b939d6597fb4d86c99d67379d0ea1eed9197cc (diff)
downloadnixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar.gz
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar.bz2
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar.lz
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar.xz
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.tar.zst
nixpkgs-af3090dcaf31aa1f57850727afe4018d025e54a0.zip
xdg-desktop-portal: renable geoclue
We have 2.5.2 now.
Diffstat (limited to 'pkgs/development/libraries/xdg-desktop-portal')
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal/default.nix b/pkgs/development/libraries/xdg-desktop-portal/default.nix
index 0fdcb684b2d..3f02946c770 100644
--- a/pkgs/development/libraries/xdg-desktop-portal/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, substituteAll, autoreconfHook, pkgconfig, libxml2, glib, pipewire, fontconfig, flatpak, gsettings-desktop-schemas, acl, dbus, fuse, wrapGAppsHook }:
+{ stdenv, fetchFromGitHub, substituteAll, autoreconfHook, pkgconfig, libxml2, glib, pipewire, fontconfig, flatpak, gsettings-desktop-schemas, acl, dbus, fuse, geoclue2, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   pname = "xdg-desktop-portal";
@@ -22,13 +22,12 @@ stdenv.mkDerivation rec {
   ];
 
   nativeBuildInputs = [ autoreconfHook pkgconfig libxml2 wrapGAppsHook ];
-  buildInputs = [ glib pipewire fontconfig flatpak acl dbus fuse gsettings-desktop-schemas ];
+  buildInputs = [ glib pipewire fontconfig flatpak acl dbus geoclue2 fuse gsettings-desktop-schemas ];
 
   doCheck = true; # XXX: investigate!
 
   configureFlags = [
     "--enable-installed-tests"
-    "--disable-geoclue" # Requires 2.5.2, not released yet
   ];
 
   makeFlags = [