summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-01-05 09:20:04 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-05 09:27:48 +0100
commitfdbc58fe422bfbf2f79fcfc8e1a336962b5df030 (patch)
treeadf69e36a64c0f39d9f10f78cfbd1755a992e72d /pkgs/top-level/release.nix
parenteeb311960492d46bc0896101e41b3c8172e8c72c (diff)
downloadnixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar.gz
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar.bz2
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar.lz
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar.xz
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.tar.zst
nixpkgs-fdbc58fe422bfbf2f79fcfc8e1a336962b5df030.zip
release.nix: fixup evaluation after darwin changes
/cc @copumpkin. I can't really test this, but it should unbreak Hydra
evaluation at least.
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 50331b83e8e..4f58e002d88 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -55,7 +55,7 @@ let
         { inherit (import ../stdenv/linux/make-bootstrap-tools.nix { system = "x86_64-linux"; }) dist test; };
 
       stdenvBootstrapTools.x86_64-darwin =
-        { inherit (import ../stdenv/pure-darwin/make-bootstrap-tools.nix) dist test; };
+        { inherit (import ../stdenv/darwin/make-bootstrap-tools.nix { system = "x86_64-darwin"; }) dist test; };
 
     } // (mapTestOn ((packagePlatforms pkgs) // rec {