mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
udiskie: add version test
This commit is contained in:
parent
a9118a4343
commit
c61788b08d
@ -10,6 +10,8 @@
|
||||
, python3
|
||||
, udisks2
|
||||
, wrapGAppsHook
|
||||
, testers
|
||||
, udiskie
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -78,6 +80,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = udiskie;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/coldfix/udiskie";
|
||||
changelog = "https://github.com/coldfix/udiskie/blob/${src.rev}/CHANGES.rst";
|
||||
|
Loading…
Reference in New Issue
Block a user