whipper: add passthru.tests.version
This commit is contained in:
parent
6df2186d5a
commit
def4db69a7
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
, flac
|
||||
, sox
|
||||
, util-linux
|
||||
, testVersion
|
||||
, whipper
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -72,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";
|
||||
|
|
Loading…
Reference in a new issue