Merge pull request #241554 from MayNiklas/patch-1

python3Packages.scapy: fix withGraphicsSupport
This commit is contained in:
Sandro 2023-07-05 00:59:56 +02:00 committed by GitHub
commit 0749fa459c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
++ lib.optional withCryptography cryptography
++ lib.optional withVoipSupport sox
++ lib.optional withPlottingSupport matplotlib
++ lib.optionals withGraphicsSupport [ pyx texlive.combined.scheme-minimal graphviz imagemagick ];
++ lib.optionals withGraphicsSupport [ pyx texlive.combined.scheme-basic graphviz imagemagick ];
# Running the tests seems too complicated:
doCheck = false;