retroshare: move to alias and explain why it is broken

This commit is contained in:
freezeboy 2020-11-07 12:49:06 +01:00
parent c173f416e0
commit ecf4fd16b9
2 changed files with 4 additions and 2 deletions

View file

@ -487,6 +487,7 @@ mapAliases ({
rssglx = rss-glx; #added 2015-03-25
rssh = throw "rssh has been removed from nixpkgs: no upstream releases since 2012, several known CVEs"; # added 2020-08-25
recordmydesktop = throw "recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
retroshare06 = retroshare;
gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
rfkill = throw "rfkill has been removed, as it's included in utillinux"; # added 2020-08-23

View file

@ -23426,8 +23426,9 @@ in
remotebox = callPackage ../applications/virtualization/remotebox { };
retroshare = libsForQt514.callPackage ../applications/networking/p2p/retroshare { };
retroshare06 = retroshare;
# This package is currently broken with libupnp
# But when unbroken, it should work with the stable Qt5
retroshare = libsForQt5.callPackage ../applications/networking/p2p/retroshare { };
rgp = libsForQt5.callPackage ../development/tools/rgp { };