{pkgs, python, ...}: python.pkgs.buildPythonPackage rec { pname = "pyrad"; version = "3.0-alpha"; buildInputs = with python.pkgs; [ netaddr six ]; checkInputs = with python.pkgs; [ ]; }