From 70a0b8f90f05ef4f0f11483939d5aba0428faa12 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Tue, 2 Feb 2021 03:57:38 +0100 Subject: [PATCH] artiq-full: let drtio-ddbs depend on one json file instead of full sinara-systems --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index 23e6552..5de005c 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -241,7 +241,7 @@ let buildPhase = " mkdir \$out artiq_ddb_template \ - \''${pkgs.lib.strings.concatStringsSep " " (pkgs.lib.attrsets.mapAttrsToList (dest: desc: "-s " + dest + " " + src + "/" + desc + ".json") crates.satellites) } \ + \''${pkgs.lib.strings.concatStringsSep " " (pkgs.lib.attrsets.mapAttrsToList (dest: desc: "-s " + dest + " " + (src + "/\''${desc}.json")) crates.satellites) } \ \''${src}/\''${crates.master}.json -o \$out/device_db.py mkdir \$out/nix-support echo file device_db_template \$out/device_db.py >> \$out/nix-support/hydra-build-products