From e4a9bd5d6b9fc0987b19ddae0aecbb2d219e06bb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 22 Oct 2019 20:13:58 +0800 Subject: [PATCH] artiq-full: remove openocd-aarch64 (now handled via nixops) --- artiq-full.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq-full.nix b/artiq-full.nix index 4e4e013..3306bef 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -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 { system = "aarch64-linux"; }).callPackage ./artiq-fast/pkgs/openocd.nix {}); }; in builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs // {