Merge pull request #31524 from gbuisson/master

jackett: use mono50
This commit is contained in:
Orivej Desh 2017-11-17 00:05:45 +00:00 committed by GitHub
commit 8fe4439840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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