guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: procps: Add upstream-name property.


From: guix-commits
Subject: 03/07: gnu: procps: Add upstream-name property.
Date: Mon, 7 Feb 2022 07:20:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 809d3e6a11132921ce24484c79bddc90c7372372
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 7 12:55:23 2022 +0200

    gnu: procps: Add upstream-name property.
    
    * gnu/packages/linux.scm (procps)[properties]: New field.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]