invidious: fix #195779 by disabling quic when building

This commit is contained in:
Gaetan Lepage 2022-10-14 10:15:49 +02:00
parent 789fdb9168
commit 24b6d7be45

View file

@ -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 = ''