summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-04 19:04:05 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-04 19:04:05 +0300
commite6a83ed89c5575fee1e05af872406a865e522a38 (patch)
tree5921e181cf39717754dfaf1727cc00b3e88b38ad /pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds
parent19387e31233f1ac0bfd1084512c1d3f8493946b4 (diff)
downloadnixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar.gz
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar.bz2
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar.lz
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar.xz
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.tar.zst
nixpkgs-e6a83ed89c5575fee1e05af872406a865e522a38.zip
apple-source-releases: Add some meta.platforms
Or Hydra tries to build them on Linux...
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix b/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
index 408a2c7524c..591e7bd5230 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
@@ -41,4 +41,8 @@ appleDerivation {
       --replace '/bin/rmdir' "rmdir" \
       --replace 'C=''${MIGCC}' "C=cc"
   '';
+
+  meta = {
+    platforms = stdenv.lib.platforms.darwin;
+  };
 }