Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / servers / invidious / videojs.sh
blob31609db14eb3b18b47f8444492401402517be41e
1 source $stdenv/setup
3 unpackPhase
4 cd source
5 # this helper downloads the videojs files and checks their checksums
6 # against videojs-dependencies.yml so it should be pure
7 crystal run scripts/fetch-player-dependencies.cr -- --minified
8 rm -f assets/videojs/.gitignore
9 mv assets/videojs "$out"