summaryrefslogtreecommitdiffstats
path: root/pkgs/wf-recorder/default.nix
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2019-04-14 02:54:19 -0700
committerCole Mickens <cole.mickens@gmail.com>2019-04-14 02:54:19 -0700
commit3ea778715117b72eed8e3068a3eeeb0c320590b4 (patch)
treeb92923e60a98b8d9cd5a4c665aa877d494d0996c /pkgs/wf-recorder/default.nix
parent1dd1a6784a60f34696e43154bb964945fc42d6cb (diff)
updates
Diffstat (limited to 'pkgs/wf-recorder/default.nix')
-rw-r--r--pkgs/wf-recorder/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/wf-recorder/default.nix b/pkgs/wf-recorder/default.nix
index 140070a..90539b0 100644
--- a/pkgs/wf-recorder/default.nix
+++ b/pkgs/wf-recorder/default.nix
@@ -1,4 +1,5 @@
-{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, wayland, wayland-protocols, ffmpeg, x264 }:
+{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, wayland, wayland-protocols, ffmpeg, x264
+, libpulseaudio }:
let
metadata = import ./metadata.nix;
@@ -14,7 +15,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkgconfig ];
- buildInputs = [ wayland wayland-protocols ffmpeg x264 ];
+ buildInputs = [ wayland wayland-protocols ffmpeg x264 libpulseaudio ];
meta = with stdenv.lib; {
description = "Utility program for screen recording of wlroots-based compositors";