mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
gopass: add passthru.tests.version
This commit is contained in:
parent
8780e5fb89
commit
1da2983cbd
@ -10,7 +10,9 @@
|
||||
xclip,
|
||||
wl-clipboard,
|
||||
passAlias ? false,
|
||||
testers,
|
||||
nix-update-script,
|
||||
gopass,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -69,6 +71,10 @@ buildGoModule rec {
|
||||
passthru = {
|
||||
inherit wrapperPath;
|
||||
|
||||
tests.version = testers.testVersion {
|
||||
package = gopass;
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user