From 7c3766de1b634c823e533574c9d411df7de904d1 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 7 Feb 2022 12:52:35 +0200 Subject: 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. -- cgit v1.2.3