2 pkgs ? import <nixpkgs> { },
5 pkgs.python3Packages.callPackage (
13 buildPythonPackage rec {
16 src = lib.cleanSource ./.;
20 ++ lib.optionals lint [
25 checkPhase = "./test.sh";
27 description = "Command line tool for RFC1751 (aka S/Key) numbers-as-word-lists";
28 homepage = "https://git.scottworley.com/rfc1751";
29 license = lib.licenses.isc;
30 maintainers = with lib.maintainers; [ chkno ];