mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: procps: Add upstream-name property.
* gnu/packages/linux.scm (procps)[properties]: New field.
This commit is contained in:
parent
7c3766de1b
commit
809d3e6a11
1 changed files with 1 additions and 0 deletions
|
@ -2138,6 +2138,7 @@ (define-public procps
|
|||
that give information about processes using the Linux /proc file system.
|
||||
The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx,
|
||||
slabtop, tload, top, vmstat, w, watch and sysctl.")
|
||||
(properties '((upstream-name . "procps-ng")))
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public usbutils
|
||||
|
|
Loading…
Reference in a new issue