spoofer-gui: migrate to by-name

This commit is contained in:
Grayson Tinker
2026-06-08 18:32:21 -07:00
parent c20f86c328
commit 6baa82facd
2 changed files with 11 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
{
spoofer,
...
}@args:
spoofer.override (
{
withGUI = true;
}
// removeAttrs args [ "spoofer" ]
)
-5
View File
@@ -5543,11 +5543,6 @@ with pkgs;
protobuf = protobuf_21;
};
spoofer-gui = callPackage ../tools/networking/spoofer {
withGUI = true;
protobuf = protobuf_21;
};
sqlite-utils = with python3Packages; toPythonApplication sqlite-utils;
sqlmap = with python3Packages; toPythonApplication sqlmap;