spoofer-gui: migrate to by-name
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
spoofer,
|
||||
...
|
||||
}@args:
|
||||
|
||||
spoofer.override (
|
||||
{
|
||||
withGUI = true;
|
||||
}
|
||||
// removeAttrs args [ "spoofer" ]
|
||||
)
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user