invidious: fix #195779 by disabling quic when building
This commit is contained in:
parent
789fdb9168
commit
24b6d7be45
1 changed files with 8 additions and 1 deletions
|
@ -68,7 +68,14 @@ crystal.buildCrystalPackage rec {
|
|||
shardsFile = ./shards.nix;
|
||||
crystalBinaries.invidious = {
|
||||
src = "src/invidious.cr";
|
||||
options = [ "--release" "--progress" "--verbose" "--no-debug" "-Dskip_videojs_download" ];
|
||||
options = [
|
||||
"--release"
|
||||
"--progress"
|
||||
"--verbose"
|
||||
"--no-debug"
|
||||
"-Dskip_videojs_download"
|
||||
"-Ddisable_quic"
|
||||
];
|
||||
};
|
||||
|
||||
postConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue