mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: u-boot: Use downstream-package-name.
* gnu/packages/bootloaders.scm (u-boot): Use downstream-package-name. Change-Id: I7226519a676ba201be3a95078112b6514a201731 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
558c1f39a1
commit
a775968063
1 changed files with 1 additions and 3 deletions
|
@ -1041,9 +1041,7 @@ (define*-public (make-u-boot-package board triplet
|
||||||
(gnu-triplet->nix-system triplet))))))
|
(gnu-triplet->nix-system triplet))))))
|
||||||
(package
|
(package
|
||||||
(inherit u-boot)
|
(inherit u-boot)
|
||||||
(name (string-append "u-boot-"
|
(name (string-append (downstream-package-name "u-boot-" board)
|
||||||
(string-replace-substring (string-downcase board)
|
|
||||||
"_" "-")
|
|
||||||
(or name-suffix "")))
|
(or name-suffix "")))
|
||||||
(description (if append-description
|
(description (if append-description
|
||||||
(string-append (package-description u-boot)
|
(string-append (package-description u-boot)
|
||||||
|
|
Loading…
Reference in a new issue