1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "resurrecting-open-source-projects";
11 hash = "sha256-1r0n/KE4RpO0txIViGxuc7G+I4Ds9AJYcuMx2/R97jg=";
14 nativeBuildInputs = [ autoreconfHook ];
17 description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system";
18 license = licenses.gpl2Plus;
19 platforms = platforms.unix;
20 mainProgram = "stress";