···11+source $stdenv/setup
22+33+unpackPhase
44+cd source
55+# this helper downloads the videojs files and checks their checksums
66+# against videojs-dependencies.yml so it should be pure
77+crystal run scripts/fetch-player-dependencies.cr -- --minified
88+rm -f assets/videojs/.gitignore
99+mv assets/videojs "$out"
+2
pkgs/top-level/all-packages.nix
···64376437 invidious = callPackage ../servers/invidious {
64386438 # needs a specific version of lsquic
64396439 lsquic = callPackage ../servers/invidious/lsquic.nix { };
64406440+ # normally video.js is downloaded at build time
64416441+ videojs = callPackage ../servers/invidious/videojs.nix { };
64406442 };
6441644364426444 invoice2data = callPackage ../tools/text/invoice2data { };