Loading pkgs/tools/graphics/escrotum/default.nix +3 −0 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub , ffmpeg-full , gtk3 , pango , gobject-introspection Loading Loading @@ -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 Loading
pkgs/tools/graphics/escrotum/default.nix +3 −0 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub , ffmpeg-full , gtk3 , pango , gobject-introspection Loading Loading @@ -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