about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-14 15:25:34 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-14 15:25:34 +0200
commita7ee1012dd029b931361ecc3cf10411f209cb031 (patch)
tree052ea8a1152b4c4dcc47e1df76580348bf230d13 /pkgs/default.nix
parentd7b4a0e115bb46309706285e6005a64eae122568 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 { };