Merge pull request #168634 from mweinelt/whipper
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
, flac
|
||||
, sox
|
||||
, util-linux
|
||||
, testVersion
|
||||
, whipper
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -45,6 +47,7 @@ in python3.pkgs.buildPythonApplication rec {
|
||||
ruamel-yaml
|
||||
discid
|
||||
pillow
|
||||
setuptools
|
||||
];
|
||||
|
||||
buildInputs = [ libsndfile ];
|
||||
@@ -71,6 +74,11 @@ in python3.pkgs.buildPythonApplication rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
passthru.tests.version = testVersion {
|
||||
package = whipper;
|
||||
command = "HOME=$TMPDIR whipper --version";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/whipper-team/whipper";
|
||||
description = "A CD ripper aiming for accuracy over speed";
|
||||
|
||||
Reference in New Issue
Block a user