mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
jackett: use mono50
jackett is crashing using mono 4.x+, switch to mono50
This commit is contained in:
parent
0a97b9de7b
commit
bc8b645d85
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue