mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: fwupd-nonfree: Enable non-free repositories.
* nongnu/packages/firmware.scm (fwupd-nonfree) [#:phases]<ensure-all-remotes-are-disabled>: Disable phase. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
e1e58fbbb7
commit
b79a73553c
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
(string-append "--libexecdir="
|
(string-append "--libexecdir="
|
||||||
#$output "/libexec")
|
#$output "/libexec")
|
||||||
"-Dsupported_build=true"))))))
|
"-Dsupported_build=true"))
|
||||||
|
((#:phases phases #~%standard-phases)
|
||||||
|
#~(modify-phases #$phases
|
||||||
|
(delete 'ensure-all-remotes-are-disabled)))))))
|
||||||
|
|
||||||
(define-public ov5640-firmware
|
(define-public ov5640-firmware
|
||||||
(let ((commit "6e8e591e17e207644dfe747e51026967bb1edab5")
|
(let ((commit "6e8e591e17e207644dfe747e51026967bb1edab5")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue