retroshare: mark as broken (#47350)

Broken by libupnp: 1.6.21 -> 1.8.3 (#41684).
This commit is contained in:
Orivej Desh 2018-09-28 09:57:26 +00:00 committed by xeji
parent d6e3db44cf
commit eeac44c81a
1 changed files with 1 additions and 0 deletions

View File

@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
broken = true; # broken by libupnp: 1.6.21 -> 1.8.3 (#41684)
};
}