summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-02-07 12:52:35 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-02-07 14:19:15 +0200
commit7c3766de1b634c823e533574c9d411df7de904d1 (patch)
tree80703eb33e77086e6f4cbc032b0c0010ec4fcf33
parent0073f442637e7f27006d747241f350e5d883aabe (diff)
downloadguix-patches-7c3766de1b634c823e533574c9d411df7de904d1.tar
guix-patches-7c3766de1b634c823e533574c9d411df7de904d1.tar.gz
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.
-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 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.