python3Packages.scapy: use texlive-basic

This commit is contained in:
Niklas 2023-07-04 21:17:13 +02:00 committed by Sandro Jäckel
parent 0fbe93c5a7
commit acf0d9e7e0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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;