repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git]
/
nixos
/
tests
/
installed-tests
/
xdg-desktop-portal.nix
blob
90529d37ee0faf4f027c5a8cfd4da292a11a7321
1
{ pkgs, makeInstalledTest, ... }:
2
3
makeInstalledTest {
4
tested = pkgs.xdg-desktop-portal;
5
6
# Ton of breakage.
7
# https://github.com/flatpak/xdg-desktop-portal/pull/428
8
meta.broken = true;
9
}