flent,http-getter: move to by-name

This commit is contained in:
wxt 2024-10-27 15:29:50 +08:00
parent 515a969735
commit 1984e1cab9
No known key found for this signature in database
GPG Key ID: 8281D5EE2D1825A4
3 changed files with 0 additions and 4 deletions

View File

@ -7506,8 +7506,6 @@ with pkgs;
flashrom = callPackage ../tools/misc/flashrom { };
flent = python3Packages.callPackage ../applications/networking/flent { };
flexoptix-app = callPackage ../tools/misc/flexoptix-app { };
flpsed = callPackage ../applications/editors/flpsed { };
@ -8471,8 +8469,6 @@ with pkgs;
http-prompt = callPackage ../tools/networking/http-prompt { };
http-getter = callPackage ../applications/networking/flent/http-getter.nix { };
httpdump = callPackage ../tools/security/httpdump { };
httpie = with python3Packages; toPythonApplication httpie;