Skip to content

Commit

Permalink
Merge pull request #298677 from SuperSandro2000/scapy-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 25, 2024
2 parents 5e75b75 + 7659c3b commit fba4cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/scapy/default.nix
Expand Up @@ -44,10 +44,11 @@ buildPythonPackage rec {
substituteInPlace scapy/data.py --replace "/opt/wireshark" "${wireshark}"
'';

buildInputs = lib.optional withVoipSupport sox;

propagatedBuildInputs = [ pycrypto ecdsa ]
++ lib.optionals withOptionalDeps [ tcpdump ipython ]
++ lib.optional withCryptography cryptography
++ lib.optional withVoipSupport sox
++ lib.optional withPlottingSupport matplotlib
++ lib.optionals withGraphicsSupport [ pyx texliveBasic graphviz imagemagick ];

Expand Down

0 comments on commit fba4cf2

Please sign in to comment.