stress: enable on darwin

This commit is contained in:
Daiderd Jordan 2017-06-21 23:25:35 +02:00
parent dd265313e7
commit 7469eb9fed
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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;
};
}