mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
escrotum: add ffmpeg-full to PATH of wrapper
Screen recording requires ffmpeg with --enable-libxcb.
This commit is contained in:
parent
90e85bc7c1
commit
433fe02381
@ -1,4 +1,5 @@
|
||||
{ lib, python3Packages, fetchFromGitHub
|
||||
, ffmpeg-full
|
||||
, gtk3
|
||||
, pango
|
||||
, gobject-introspection
|
||||
@ -33,6 +34,8 @@ with python3Packages; buildPythonApplication {
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
makeWrapperArgs = ["--prefix PATH : ${lib.makeBinPath [ ffmpeg-full ]}"];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $man/share/man/man1
|
||||
cp man/escrotum.1 $man/share/man/man1/
|
||||
|
Loading…
Reference in New Issue
Block a user