pyp: migrate to by-name

This commit is contained in:
Anderson Torres 2023-10-04 19:30:23 -03:00
parent 510ebb7964
commit e0844b3183
2 changed files with 0 additions and 2 deletions

View file

@ -24550,8 +24550,6 @@ with pkgs;
buildPythonApplication click future six;
};
pyp = callPackage ../tools/text/pyp { };
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf3_24;