ashpd-demo: mark as broken

This commit is contained in:
Jan Tojnar 2022-01-01 23:38:38 +01:00
parent 09e03d0544
commit d6c2e0eedc

View file

@ -86,6 +86,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tool for playing with XDG desktop portals";
homepage = "https://github.com/bilelmoussaoui/ashpd/tree/master/ashpd-demo";
broken = true; # requires older libadwaita
license = licenses.mit;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;