xfce.xfce4-embed-plugin: mark as broken (unmaintained)

This commit is contained in:
José Romildo Malaquias 2021-02-25 12:43:19 -03:00
parent 2c50730798
commit b6d895a16c

View file

@ -44,6 +44,7 @@ in stdenv.mkDerivation rec {
description = "Embed arbitrary app windows on Xfce panel";
license = licenses.gpl2Plus;
platforms = platforms.linux;
broken = true; # unmaintained plugin; no longer compatible with xfce 4.16
maintainers = [ ];
};
}