7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-t+y+m9cwngVlX5o7FQTI4FMj10bN0euH51DmAnOAvPc=";
23 mkdir -p $out/share/applications
24 substitute ../.application/zps.desktop $out/share/applications/zps.desktop \
25 --replace Exec=zps Exec=$out/zps \
29 description = "Small utility for listing and reaping zombie processes on GNU/Linux";
30 homepage = "https://github.com/orhun/zps";
31 changelog = "https://github.com/orhun/zps/releases/tag/${version}";
32 license = licenses.gpl3Only;
33 maintainers = with maintainers; [ figsoda ];
34 platforms = platforms.linux;