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
parent
0073f44263
commit
7c3766de1b
|
@ -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.
|
||||
|
|
Reference in New Issue