voms: move to pkgs/by-name

This commit is contained in:
Yueh-Shun Li 2024-07-07 04:22:51 +08:00
parent 027500a8da
commit ea9855e175
2 changed files with 0 additions and 2 deletions

View File

@ -2078,8 +2078,6 @@ with pkgs;
vitess = callPackage ../development/tools/database/vitess { };
voms = callPackage ../tools/networking/voms { };
vopono = callPackage ../tools/networking/vopono { };
vprof = with python3Packages; toPythonApplication vprof;