extras: fixed syntax error in dax-applets

master
Leon Riesebos 2021-06-07 17:01:13 +02:00
parent a3fd10cef0
commit 18f39a0868
1 changed files with 1 additions and 1 deletions

View File

@ -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 =