From 16d48b828067d1f4c7a0ca35910d3175c6362ebc Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 3 Aug 2016 00:55:42 +0300 Subject: Re-enable bunch of packages on Darwin Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba these contained `hydraPlatforms = platforms.linux`, which was apparently misleading. --- pkgs/shells/dash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix index 0730674854cb..b950d48f04c6 100644 --- a/pkgs/shells/dash/default.nix +++ b/pkgs/shells/dash/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { meta = { homepage = http://gondor.apana.org.au/~herbert/dash/; description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible"; - platforms = stdenv.lib.platforms.linux; + platforms = stdenv.lib.platforms.unix; }; passthru = { -- cgit 1.4.1