summary refs log tree commit diff
path: root/nixos/tests/installed-tests
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-02-08 06:57:47 +0100
committerworldofpeace <worldofpeace@protonmail.ch>2020-02-10 12:55:25 -0500
commitf1aa8416d72ba509b2e1b2d30c8aa470a34bc34f (patch)
tree941797c65a2091fb2a26ef35c46b61a05ce22089 /nixos/tests/installed-tests
parentfefc7d8c9c9014e4667d0b6b695068cce65e8bd4 (diff)
downloadnixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar.gz
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar.bz2
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar.lz
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar.xz
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.tar.zst
nixpkgs-f1aa8416d72ba509b2e1b2d30c8aa470a34bc34f.zip
xdg-desktop-portal: 1.4.2 → 1.6.0
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.6.0
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.4
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.3
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.2
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.1
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.0
Diffstat (limited to 'nixos/tests/installed-tests')
-rw-r--r--nixos/tests/installed-tests/xdg-desktop-portal.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/xdg-desktop-portal.nix b/nixos/tests/installed-tests/xdg-desktop-portal.nix
index b16008ff4ad..90529d37ee0 100644
--- a/nixos/tests/installed-tests/xdg-desktop-portal.nix
+++ b/nixos/tests/installed-tests/xdg-desktop-portal.nix
@@ -2,4 +2,8 @@
 
 makeInstalledTest {
   tested = pkgs.xdg-desktop-portal;
+
+  # Ton of breakage.
+  # https://github.com/flatpak/xdg-desktop-portal/pull/428
+  meta.broken = true;
 }