Loading pkgs/by-name/go/go-sendxmpp/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ lib, nix-update-script, testers, versionCheckHook, }: buildGoModule (finalAttrs: { Loading @@ -27,6 +28,12 @@ buildGoModule (finalAttrs: { updateScript = nix-update-script { }; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Tool to send messages or files to an XMPP contact or MUC"; homepage = "https://salsa.debian.org/mdosch/go-sendxmpp"; Loading Loading
pkgs/by-name/go/go-sendxmpp/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ lib, nix-update-script, testers, versionCheckHook, }: buildGoModule (finalAttrs: { Loading @@ -27,6 +28,12 @@ buildGoModule (finalAttrs: { updateScript = nix-update-script { }; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Tool to send messages or files to an XMPP contact or MUC"; homepage = "https://salsa.debian.org/mdosch/go-sendxmpp"; Loading