···1111 meta = with stdenv.lib; {
1212 description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system";
1313 license = licenses.gpl2;
1414- platforms = platforms.linux;
1414+ platforms = platforms.unix;
1515 };
1616}