artiq-full: remove openocd-aarch64 (now handled via nixops)

pull/30/head
Sebastien Bourdeauducq 2019-10-22 20:13:58 +08:00
parent 392e3dcb8e
commit e4a9bd5d6b
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ let
# This is in the example in the ARTIQ manual - precompile it to speed up
# installation for users.
matplotlib-qt = pkgs.lib.hydraJob (pkgs.python3Packages.matplotlib.override { enableQt = true; });
# For Raspberry Pi JTAG servers
openocd-aarch64 = pkgs.lib.hydraJob ((import <nixpkgs> { system = "aarch64-linux"; }).callPackage ./artiq-fast/pkgs/openocd.nix {});
};
in
builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs // {