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
|
, libxml2
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, pipewire
|
, pipewire
|
||||||
|
, python3
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, stdenv
|
, stdenv
|
||||||
, substituteAll
|
, substituteAll
|
||||||
|
@ -59,6 +60,11 @@ stdenv.mkDerivation rec {
|
||||||
json-glib
|
json-glib
|
||||||
libportal
|
libportal
|
||||||
pipewire
|
pipewire
|
||||||
|
|
||||||
|
# For document-fuse installed test.
|
||||||
|
(python3.withPackages (pp: with pp; [
|
||||||
|
pygobject3
|
||||||
|
]))
|
||||||
] ++ lib.optionals enableGeoLocation [
|
] ++ lib.optionals enableGeoLocation [
|
||||||
geoclue2
|
geoclue2
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue