mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
Merge branch 'master' into 'master'
nongnu: Add libreelec-firmware. See merge request nonguix/nonguix!756
This commit is contained in:
commit
6b29fb66a9
1 changed files with 23 additions and 0 deletions
|
@ -310,3 +310,26 @@ patjak's facetimehd wiki} for more information.")
|
||||||
(home-page "https://support.apple.com/kb/DL1837")
|
(home-page "https://support.apple.com/kb/DL1837")
|
||||||
(license (nonfree "https://www.apple.com/legal"))
|
(license (nonfree "https://www.apple.com/legal"))
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))))
|
(supported-systems '("i686-linux" "x86_64-linux"))))
|
||||||
|
|
||||||
|
(define-public libreelec-firmware
|
||||||
|
(let ((commit "88e46425ef489513c0b8bf7c2747d262367be1cc")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "libreelec-firmware")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/LibreELEC/brcmfmac_sdio-firmware")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"071b55kmm37csvqamijw4gd231gvw9ha3qxq75i1k9p7i34bad2m"))))
|
||||||
|
(build-system copy-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:install-plan '(("./" "lib/firmware/brcm/"))))
|
||||||
|
(home-page "https://github.com/LibreELEC/brcmfmac_sdio-firmware")
|
||||||
|
(synopsis "Firmware used in the LibreELEC Kodi distribution")
|
||||||
|
(description "Broadcom SDIO firmware used for LibreElec distribution.")
|
||||||
|
(license (nonfree "unknown")))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue