forked from M-Labs/artiq-extrapkg
fix wand deps
This commit is contained in:
parent
154327e63f
commit
2d0865b577
|
@ -212,7 +212,8 @@
|
||||||
wrapQtApp "$out/bin/wand_gui"
|
wrapQtApp "$out/bin/wand_gui"
|
||||||
'';
|
'';
|
||||||
propagatedBuildInputs = (with artiq.packages.x86_64-linux; [ artiq qasync ])
|
propagatedBuildInputs = (with artiq.packages.x86_64-linux; [ artiq qasync ])
|
||||||
++ (with pkgs.python3Packages; [ numpy scipy influxdb setuptools ]);
|
++ [ artiq.inputs.sipyco.packages.x86_64-linux.sipyco ]
|
||||||
|
++ (with pkgs.python3Packages; [ numpy scipy influxdb pyqtgraph setuptools ]);
|
||||||
};
|
};
|
||||||
flake8-artiq = pkgs.python3Packages.buildPythonPackage {
|
flake8-artiq = pkgs.python3Packages.buildPythonPackage {
|
||||||
pname = "flake8-artiq";
|
pname = "flake8-artiq";
|
||||||
|
|
Loading…
Reference in New Issue