Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
open-video-downloader # Open Video Downloader
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
open-video-downloader # Open Video Downloader
];
}
Package Definition
{
"pname": "open-video-downloader",
"version": "2.5.5",
"src": {
"url": "https://github.com/StefanLobbenmeier/youtube-dl-gui/releases/download/v2.5.5/Open-Video-Downloader-2.5.5-universal.dmg",
"sha256": "18ca0f13e42002983c11807b52aa55948f02ef876fb51c72b9893c774521974b"
},
"installPhase": [
"mkdir -p \"$out/Applications/Open Video Downloader.app\" && cp -r \"Open Video Downloader.app\" \"$out/Applications\""
],
"meta": {
"description": "Cross-platform GUI for youtube-dl made in Electron and node.js",
"homepage": "https://github.com/StefanLobbenmeier/youtube-dl-gui"
}
}