xdg-desktop-portal: try to fix document-fuse tests
It was missing shebang patch. But the portal still crashes so this is not sufficient.
This commit is contained in:
parent
78f6f77962
commit
30e045f599
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue