mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: sunxi-tools: Add cross-libc's "static" output.
* gnu/packages/admin.scm (sunxi-tools)[native-inputs]: Add cross-libc's "static" output.
This commit is contained in:
parent
e7988175d9
commit
e2d0cf033e
1 changed files with 2 additions and 1 deletions
|
@ -2062,7 +2062,8 @@ (define-public sunxi-tools
|
|||
("cross-gcc" ,(cross-gcc "arm-linux-gnueabihf"
|
||||
#:xbinutils (cross-binutils "arm-linux-gnueabihf")
|
||||
#:libc (cross-libc "arm-linux-gnueabihf")))
|
||||
("cross-libc" ,(cross-libc "arm-linux-gnueabihf"))))
|
||||
("cross-libc" ,(cross-libc "arm-linux-gnueabihf")) ; header files
|
||||
("cross-libc-static" ,(cross-libc "arm-linux-gnueabihf") "static")))
|
||||
(inputs
|
||||
`(("libusb" ,libusb)))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue