mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libftdi: Fix mistakes in package description.
* gnu/packages/libftdi.scm (libftdi): Change 'libusb' from a 'native-input' to a normal 'input'. Fix the 'home-page' and 'license' fields.
This commit is contained in:
parent
d43d1a7bbf
commit
f0176a9f18
1 changed files with 3 additions and 3 deletions
|
@ -37,12 +37,12 @@ (define-public libftdi
|
||||||
(base32
|
(base32
|
||||||
"088yh8pxd6q53ssqndydcw1dkq51cjqyahc03lm6iip22cdazcf0"))))
|
"088yh8pxd6q53ssqndydcw1dkq51cjqyahc03lm6iip22cdazcf0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)))
|
`(("libusb" ,libusb)))
|
||||||
(home-page "http://www.intra2net.com")
|
(home-page "http://www.intra2net.com/en/developer/libftdi/")
|
||||||
(synopsis "FTDI USB driver with bitbang mode")
|
(synopsis "FTDI USB driver with bitbang mode")
|
||||||
(description
|
(description
|
||||||
"libFTDI is a library to talk to FTDI chips: FT232BM,
|
"libFTDI is a library to talk to FTDI chips: FT232BM,
|
||||||
FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular
|
FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular
|
||||||
bitbangmode.")
|
bitbangmode.")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1)))
|
||||||
|
|
Loading…
Reference in a new issue