From c9c103c0a751dcbec723ea19c255acf6764396c9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 22 Aug 2015 17:30:04 +0200 Subject: use parallel to download files --- env.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'env.nix') diff --git a/env.nix b/env.nix index 0309daa..dd18e61 100644 --- a/env.nix +++ b/env.nix @@ -2,9 +2,10 @@ with import {}; { env = stdenv.mkDerivation { name = "playlist-tools"; buildInputs = [ - sox - pypyPackages.youtube-dl-light ffmpeg + parallel + pypyPackages.youtube-dl-light + sox vorbisgain ]; SSL_CERT_FILE="/etc/ssl/certs/ca-bundle.crt"; -- cgit v1.2.3