me
/
guix
Archived
1
0
Fork 0

gnu: procps: Add upstream-name property.

* gnu/packages/linux.scm (procps)[properties]: New field.
master
Efraim Flashner 2022-02-07 12:55:23 +02:00
parent 7c3766de1b
commit 809d3e6a11
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2138,6 +2138,7 @@ parameters.")
that give information about processes using the Linux /proc file system. that give information about processes using the Linux /proc file system.
The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx, The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx,
slabtop, tload, top, vmstat, w, watch and sysctl.") slabtop, tload, top, vmstat, w, watch and sysctl.")
(properties '((upstream-name . "procps-ng")))
(license license:gpl2))) (license license:gpl2)))
(define-public usbutils (define-public usbutils