From 7469eb9fed930d57a1ff8bb8c0666985d9ed0c46 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 21 Jun 2017 23:25:35 +0200 Subject: [PATCH] stress: enable on darwin --- pkgs/tools/system/stress/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/stress/default.nix b/pkgs/tools/system/stress/default.nix index 52cfd4dde74..5a4734328ff 100644 --- a/pkgs/tools/system/stress/default.nix +++ b/pkgs/tools/system/stress/default.nix @@ -11,6 +11,6 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system"; license = licenses.gpl2; - platforms = platforms.linux; + platforms = platforms.unix; }; }