msys2: remove flake8-artiq

This commit is contained in:
Sebastien Bourdeauducq 2024-08-02 10:37:16 +08:00
parent 6a1854f18b
commit f7691e0a67
1 changed files with 0 additions and 7 deletions

View File

@ -495,12 +495,6 @@
src = hut2.src;
depends = [ "mingw-w64-clang-x86_64-python-sipyco" ];
};
msys2-flake8-artiq = msys2.makeMsys2Package {
name = "flake8-artiq";
version = flake8-artiq.version;
src = flake8-artiq.src;
depends = [ "mingw-w64-clang-x86_64-python-flake8" ];
};
msys2-repos = msys2.makeMsys2Repos [
msys2-pythonparser msys2-sipyco msys2-artiq-comtools msys2-artiq
msys2-asyncserial
@ -510,7 +504,6 @@
msys2-thorlabs_tcube
msys2-newfocus8742
msys2-hut2
msys2-flake8-artiq
];
msys2-offline-installer = pkgs.stdenv.mkDerivation {