12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "dertuxmalwieder";
19 rev = "release-${version}";
20 sha256 = "sha256-/GoRMdbTaRDZJaVXdsN+YKpWCgecOhqhRf3iaL0rmE8=";
23 cargoHash = "sha256-f81z4ssKyGheuI2WWweFBW8AoafsVgPkX1lYCHDSaaM=";
30 buildInputs = [ openssl ]
31 ++ lib.optional stdenv.hostPlatform.isDarwin Security;
34 wrapProgram $out/bin/yaydl \
35 --prefix PATH : ${lib.makeBinPath [ ffmpeg ]}
39 homepage = "https://code.rosaelefanten.org/yaydl";
40 description = "Yet another youtube down loader";
41 license = licenses.cddl;
43 mainProgram = "yaydl";