blob: 1dd095c482b5e075d001a4130d82a24f87aac53e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
package procps {
description = "command line and full screen utilities for browsing procfs";
website = "https://gitlab.com/procps-ng/procps";
anitya = 3708;
version# = "4.0.6";
source = remoteGitLab {
domain = "gitlab.com";
suffix = "procps-ng/procps";
ref = "v"+version;
checksum = "pl_fZLvDlv6iZTkm8l_tHFpzTDVFGCiSJEs3eu0zAX6u36AV36P_En8K7JPScRWM";
};
exec = make {
generate = "./autogen.sh";
configure = {
"without-ncurses";
};
};
inputs = [
automake,
gettext,
libtool,
gzip,
pkgconf,
];
}
|