python3Packages.gbinder-python: remove with lib;
This commit is contained in:
parent
d698a8be68
commit
0d8ce512f0
1 changed files with 4 additions and 4 deletions
|
@ -33,11 +33,11 @@ buildPythonPackage rec {
|
|||
|
||||
setupPyGlobalFlags = [ "--cython" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Python bindings for libgbinder";
|
||||
homepage = "https://github.com/erfanoabdi/gbinder-python";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ mcaju ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ mcaju ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue