mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.editables: cleanup (#130476)
This commit is contained in:
parent
b59c06dc92
commit
24f72b6152
@ -20,9 +20,12 @@ buildPythonPackage rec {
|
||||
# Tests not included in archive.
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
pythonImportsCheck = [ "editables" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Editable installations";
|
||||
homepage = https://github.com/pfmoore/editables;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
homepage = "https://github.com/pfmoore/editables";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user