7 python3Packages.buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "lagmoellertim";
15 hash = "sha256-M4Ek1JZwtr7vIg14aTa8h4otIZnPQfKNH4pZE4GpiBQ=";
18 nativeBuildInputs = with python3Packages; [
22 propagatedBuildInputs = [
24 python3Packages.setuptools # imports pkg_resources.parse_version
28 "--suffix PATH : ${lib.makeBinPath [ ffmpeg ]}"
32 pythonImportsCheck = [ "unsilence" ];
34 pythonRelaxDeps = [ "rich" ];
37 homepage = "https://github.com/lagmoellertim/unsilence";
38 description = "Console Interface and Library to remove silent parts of a media file";
39 mainProgram = "unsilence";
40 license = licenses.mit;
41 maintainers = with maintainers; [ esau79p ];