summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-02-07 12:55:23 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-02-07 14:19:15 +0200
commit809d3e6a11132921ce24484c79bddc90c7372372 (patch)
treef2f61c768e936a159183ea618c2778e5cefbef26
parent7c3766de1b634c823e533574c9d411df7de904d1 (diff)
downloadguix-patches-809d3e6a11132921ce24484c79bddc90c7372372.tar
guix-patches-809d3e6a11132921ce24484c79bddc90c7372372.tar.gz
gnu: procps: Add upstream-name property.
* gnu/packages/linux.scm (procps)[properties]: New field.
-rw-r--r--gnu/packages/linux.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 225b16d19e..8855849a8d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2138,6 +2138,7 @@ parameters.")
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