jackett: use mono50

jackett is crashing using mono 4.x+, switch to mono50
This commit is contained in:
Guillaume Buisson 2017-11-11 09:15:13 +01:00 committed by Orivej Desh
parent 0a97b9de7b
commit bc8b645d85

View file

@ -2777,7 +2777,9 @@ with pkgs;
jaaa = callPackage ../applications/audio/jaaa { };
jackett = callPackage ../servers/jackett { };
jackett = callPackage ../servers/jackett {
mono = mono50;
};
jade = callPackage ../tools/text/sgml/jade { };