qMasterPassword.tests: init version test
This commit is contained in:
parent
71ae5a5023
commit
90d5382750
@ -10,6 +10,8 @@
|
||||
, openssl
|
||||
, libscrypt
|
||||
, wrapQtAppsHook
|
||||
, testers
|
||||
, qMasterPassword
|
||||
, x11Support ? true
|
||||
, waylandSupport ? false
|
||||
}:
|
||||
@ -49,6 +51,13 @@ stdenv.mkDerivation rec {
|
||||
cp ./translations/translation_pl.qm $out/share/qMasterPassword/translations/translation_pl.qm
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
package = qMasterPassword;
|
||||
version = "v${version}";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Stateless Master Password Manager";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user