From a7ee1012dd029b931361ecc3cf10411f209cb031 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 14 Jul 2014 15:25:34 +0200 Subject: pkgs: Add some old crap called "twitchstream". This is basically just a shell script that feeds the right command line switches into ffmpeg. And yes, it is a mess, as I was experimenting with it a bit, so the implementation is more or less just for preserving history ;-) Signed-off-by: aszlig --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 21eb04d2..95f5aaf0 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,6 +17,7 @@ let nbxmpp = callPackage ./nbxmpp { }; pvolctrl = callPackage ./pvolctrl { }; tkabber_urgent_plugin = callPackage ./tkabber-urgent-plugin { }; + twitchstream = callPackage ./twitchstream { }; aszligKernelPatches = { bfqsched = callPackage ./kpatches/bfqsched.nix { }; -- cgit 1.4.1