mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix-bootstrap): allow offline distfiles in perform-download
This commit is contained in:
parent
7c42824afe
commit
fc1cf31f77
3 changed files with 57 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ prepare_local_channel_checkout() {
|
|||
|
||||
(
|
||||
cd "${channel_repo}"
|
||||
patch --dry-run -p1 < "${guix_patch_dir}/allow-local-distfiles-in-perform-download.patch"
|
||||
patch -p1 < "${guix_patch_dir}/allow-local-distfiles-in-perform-download.patch"
|
||||
patch --dry-run -p1 < "${guix_patch_dir}/enforce-local-bootstrap-binaries-except-linux-headers.patch"
|
||||
patch -p1 < "${guix_patch_dir}/enforce-local-bootstrap-binaries-except-linux-headers.patch"
|
||||
patch --dry-run -p1 < "${rendered_patch}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue