diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 72c889e..3c8581c 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -278,7 +278,7 @@ in sha256 = "0d0fkw27bhd0hky512km6iiiagwkdzw4vxgcd4cjq08nmh72jxv1"; }; pythonOptions = { - propagatedBuildInputs = [ artiq pyqtgraph-qt5 ]; + propagatedBuildInputs = [ artiq pyqtgraph-qt5 ] ++ (with pkgs.python3Packages; [ numpy pyqt5 ]); checkInputs = [ pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ]; checkPhase =