xdg-desktop-portal: 1.6.0 -> 1.7.2
This commit is contained in:
parent
06c483e82e
commit
4a0b13b8a0
@ -6,7 +6,7 @@
|
||||
, pkgconfig
|
||||
, libxml2
|
||||
, glib
|
||||
, pipewire_0_2
|
||||
, pipewire
|
||||
, fontconfig
|
||||
, flatpak
|
||||
, gsettings-desktop-schemas
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal";
|
||||
version = "1.6.0";
|
||||
version = "1.7.2";
|
||||
|
||||
outputs = [ "out" "installedTests" ];
|
||||
|
||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "flatpak";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0fbsfpilwbv7j6cimsmmz6g0r96bw0ziwyk9z4zg2rd1mfkmmp9a";
|
||||
sha256 = "0rkwpsmbn3d3spkzc2zsd50l2r8pp4la390zcpsawaav8w7ql7xm";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
pipewire_0_2
|
||||
pipewire
|
||||
fontconfig
|
||||
flatpak
|
||||
acl
|
||||
@ -61,10 +61,6 @@ stdenv.mkDerivation rec {
|
||||
json-glib
|
||||
];
|
||||
|
||||
# Seems to get stuck after "PASS: test-portals 39 /portal/inhibit/monitor"
|
||||
# TODO: investigate!
|
||||
doCheck = false;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-installed-tests"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user