mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
0073f44263
commit
7c3766de1b
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
utilities. It provides dmesg and includes tools for working with file systems,
|
||||||
block devices, UUIDs, TTYs, and many other tools.")
|
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
|
;; Note that util-linux doesn't use the same license for all the
|
||||||
;; code. GPLv2+ is the default license for a code without an
|
;; code. GPLv2+ is the default license for a code without an
|
||||||
;; explicitly defined license.
|
;; explicitly defined license.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue