me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2022-02-07 12:52:35 +02:00
parent 0073f44263
commit 7c3766de1b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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.