Loading pkgs/by-name/st/stress/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,10 +18,10 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ autoreconfHook ]; meta = with lib; { meta = { 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.gpl2Plus; platforms = platforms.unix; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; mainProgram = "stress"; }; }) Loading
pkgs/by-name/st/stress/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,10 +18,10 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ autoreconfHook ]; meta = with lib; { meta = { 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.gpl2Plus; platforms = platforms.unix; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; mainProgram = "stress"; }; })