forked from M-Labs/artiq-extrapkg
wand: remove (no qt6)
This commit is contained in:
parent
7f00ab0cb6
commit
25ee3c68f1
24
flake.nix
24
flake.nix
|
@ -211,24 +211,6 @@
|
||||||
# no unit tests without hardware so do a simple smoke test
|
# no unit tests without hardware so do a simple smoke test
|
||||||
checkPhase = "python -m hut2.aqctl_hut2 -h";
|
checkPhase = "python -m hut2.aqctl_hut2 -h";
|
||||||
};
|
};
|
||||||
wand = pkgs.python3Packages.buildPythonPackage {
|
|
||||||
pname = "wand";
|
|
||||||
version = "0.4.dev";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "OxfordIonTrapGroup";
|
|
||||||
repo = "wand";
|
|
||||||
rev = "c080ddab6b2d94bb673ed32a0cea2bf68e66c702";
|
|
||||||
sha256 = "sha256-T27/mZepPrnheoVEKsP5cRDFc1JffTnuPvXq2r2GP4E=";
|
|
||||||
};
|
|
||||||
nativeBuildInputs = [ pkgs.qt5.wrapQtAppsHook ];
|
|
||||||
dontWrapQtApps = true;
|
|
||||||
postFixup = ''
|
|
||||||
wrapQtApp "$out/bin/wand_gui"
|
|
||||||
'';
|
|
||||||
propagatedBuildInputs = [ artiqpkgs.packages.x86_64-linux.artiq artiqpkgs.packages.x86_64-linux.qasync ]
|
|
||||||
++ [ artiqpkgs.inputs.sipyco.packages.x86_64-linux.sipyco ]
|
|
||||||
++ (with pkgs.python3Packages; [ numpy scipy influxdb pyqtgraph setuptools ]);
|
|
||||||
};
|
|
||||||
flake8-artiq = daxpkgs.packages.x86_64-linux.flake8-artiq;
|
flake8-artiq = daxpkgs.packages.x86_64-linux.flake8-artiq;
|
||||||
dax = daxpkgs.packages.x86_64-linux.dax.overridePythonAttrs (oa: {
|
dax = daxpkgs.packages.x86_64-linux.dax.overridePythonAttrs (oa: {
|
||||||
nativeBuildInputs = (oa.nativeBuildInputs or []) ++ [ pkgs.qt6.wrapQtAppsHook ];
|
nativeBuildInputs = (oa.nativeBuildInputs or []) ++ [ pkgs.qt6.wrapQtAppsHook ];
|
||||||
|
@ -391,12 +373,6 @@
|
||||||
src = hut2.src;
|
src = hut2.src;
|
||||||
dependencies = [ "sipyco" ];
|
dependencies = [ "sipyco" ];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "wand";
|
|
||||||
version = wand.version;
|
|
||||||
src = wand.src;
|
|
||||||
dependencies = [ "artiq" "qasync" "numpy" "scipy" "influxdb" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "flake8-artiq";
|
name = "flake8-artiq";
|
||||||
version = flake8-artiq.version;
|
version = flake8-artiq.version;
|
||||||
|
|
Loading…
Reference in New Issue