ps_mem: migrate to by-name

This commit is contained in:
Sigmanificient 2024-05-10 04:45:43 +02:00
parent c76fab5a68
commit dc2ed8cac4
2 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,8 @@
{ lib, python3Packages, fetchFromGitHub }:
{
lib,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
pname = "ps_mem";
@ -11,7 +15,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-jCfPtPSky/QFk9Xo/tq3W7609Pie1yLC4iS4dqjCa+E=";
};
meta = with lib; {
meta = {
description = "A utility to accurately report the in core memory usage for a program";
homepage = "https://github.com/pixelb/ps_mem";
license = lib.licenses.lgpl21;

View file

@ -6127,8 +6127,6 @@ with pkgs;
poweralertd = callPackage ../tools/misc/poweralertd { };
ps_mem = callPackage ../tools/system/ps_mem { };
pscale = callPackage ../development/tools/pscale { };
pulsarctl = callPackage ../tools/admin/pulsarctl { };