mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: dtc: Update description to reference HOWTO.
* gnu/packages/u-boot.scm (dtc)[description]: Modify.
This commit is contained in:
parent
357db1f91d
commit
4ae2a54df6
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ (define-public dtc
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "https://www.devicetree.org")
|
(home-page "https://www.devicetree.org")
|
||||||
(synopsis "Compiles device tree source files")
|
(synopsis "Compiles device tree source files")
|
||||||
(description "@command{dtc} compiles device tree source files to device
|
(description "@command{dtc} compiles
|
||||||
tree binary files. These are board description files used by Linux and BSD.")
|
@uref{http://elinux.org/Device_Tree_Usage, device tree source files} to device
|
||||||
|
tree binary files. These are board description files used by Linux and BSD.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define u-boot
|
(define u-boot
|
||||||
|
|
Loading…
Reference in a new issue