summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-05-16 00:20:32 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-05-16 00:21:21 +0000
commit27edd9efb3cea58629091778fcbf1c3ca994f075 (patch)
tree77942845383f4af3a3c1ab461953ac19f5eaee18 /pkgs/test
parent282cb2f8d6ca4bbd18eacfa5ca8a05481def71fa (diff)
downloadnixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar.gz
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar.bz2
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar.lz
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar.xz
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.tar.zst
nixpkgs-27edd9efb3cea58629091778fcbf1c3ca994f075.zip
cross/tests: Use `crossPkgs.runCommand` so we have `strictDeps`
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/cross/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/cross/default.nix b/pkgs/test/cross/default.nix
index 6c31a16f2fd..e65805c6a40 100644
--- a/pkgs/test/cross/default.nix
+++ b/pkgs/test/cross/default.nix
@@ -13,7 +13,7 @@ let
   compareTest = { emulator, pkgFun, hostPkgs, crossPkgs, exec, args ? [] }: let
     pkgName = (pkgFun hostPkgs).name;
     args' = lib.concatStringsSep " " args;
-  in pkgs.runCommand "test-${pkgName}-${crossPkgs.hostPlatform.config}" {
+  in crossPkgs.runCommand "test-${pkgName}-${crossPkgs.hostPlatform.config}" {
     nativeBuildInputs = [ pkgs.dos2unix ];
   } ''
     # Just in case we are using wine, get rid of that annoying extra