mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
python3Packages.pyrad: add pythonImportsCheck and update license
This commit is contained in:
parent
f31fafc384
commit
816fd29740
@ -18,10 +18,12 @@ buildPythonPackage rec {
|
||||
nosetests -e testBind
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "pyrad" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python RADIUS Implementation";
|
||||
homepage = "https://bitbucket.org/zzzeek/sqlsoup";
|
||||
license = licenses.mit;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.globin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user