qMasterPassword.tests: init version test

This commit is contained in:
teutat3s 2023-12-12 17:25:43 +01:00
parent 71ae5a5023
commit 90d5382750
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -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 = ''