guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: util-linux: Add upstream-name property.


From: guix-commits
Subject: 02/07: gnu: util-linux: 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 7c3766de1b634c823e533574c9d411df7de904d1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 7 12:52:35 2022 +0200

    gnu: util-linux: Add upstream-name property.
    
    This allows derivative packages to check for updated source correctly.
    
    * gnu/packages/linux.scm (util-linux)[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 2e2d01c656..225b16d19e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1985,6 +1985,7 @@ providing the system administrator with some help in 
common tasks.")
 utilities.  It provides dmesg and includes tools for working with file systems,
 block devices, UUIDs, TTYs, and many other tools.")
 
+    (properties '((upstream-name . "util-linux")))
     ;; Note that util-linux doesn't use the same license for all the
     ;; code.  GPLv2+ is the default license for a code without an
     ;; explicitly defined license.



reply via email to

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