From 85ba0035bdac7b47c1f9a8a272cd74615e5970c3 Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Fri, 23 Oct 2015 10:27:34 -0700 Subject: [PATCH] rebase on eelco's bootstrap-tools changes --- pkgs/stdenv/pure-darwin/make-bootstrap-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/pure-darwin/make-bootstrap-tools.nix b/pkgs/stdenv/pure-darwin/make-bootstrap-tools.nix index 9c79c99f869b..932929a0efcd 100644 --- a/pkgs/stdenv/pure-darwin/make-bootstrap-tools.nix +++ b/pkgs/stdenv/pure-darwin/make-bootstrap-tools.nix @@ -156,7 +156,7 @@ rec { name = "stdenv-bootstrap-tools"; buildCommand = '' - mkdir -p $out/hydra-build-products + mkdir -p $out/nix-support echo "file tarball ${build}/on-server/bootstrap-tools.cpio.bz2" >> $out/nix-support/hydra-build-products echo "file sh ${build}/on-server/sh" >> $out/nix-support/hydra-build-products echo "file cpio ${build}/on-server/cpio" >> $out/nix-support/hydra-build-products