From 18f39a0868d199a9bbd75fdd9c342b5dfe10992b Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Mon, 7 Jun 2021 17:01:13 +0200 Subject: [PATCH] extras: fixed syntax error in dax-applets --- artiq-full/extras.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =