xdg-desktop-portal: try to fix document-fuse tests

It was missing shebang patch.
But the portal still crashes so this is not sufficient.
main
Jan Tojnar 2 years ago
parent 78f6f77962
commit 30e045f599
  1. 6
      pkgs/development/libraries/xdg-desktop-portal/default.nix

@ -14,6 +14,7 @@
, libxml2
, nixosTests
, pipewire
, python3
, pkg-config
, stdenv
, substituteAll
@ -59,6 +60,11 @@ stdenv.mkDerivation rec {
json-glib
libportal
pipewire
# For document-fuse installed test.
(python3.withPackages (pp: with pp; [
pygobject3
]))
] ++ lib.optionals enableGeoLocation [
geoclue2
];

Loading…
Cancel
Save