···66, lib
77, nlohmann_json
88, pybind11
99-, PyVirtualDisplay
99+, pyvirtualdisplay
1010, sfml
1111, substituteAll
1212}:
···42424343 buildInputs = [ sfml ];
44444545- # hydra-core and PyVirtualDisplay are not declared as dependences but they are requirements
4646- propagatedBuildInputs = [ hydra-core PyVirtualDisplay ];
4545+ # hydra-core and pyvirtualdisplay are not declared as dependences but they are requirements
4646+ propagatedBuildInputs = [ hydra-core pyvirtualdisplay ];
47474848 # Test suite requires hydra-submitit-launcher which is not packaged as of 2022-01-02
4949 doCheck = false;
···222222 pytorchWithCuda = torchWithCuda; # added 2022-09-30
223223 pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
224224 pytwitchapi = twitchapi; # added 2022-03-07
225225+ PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
225226 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
226227 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
227228 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05