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