mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-18 09:22:15 +02:00
fix(guix): mirror boost unordered patch through local distfiles
This commit is contained in:
parent
a8749e87ad
commit
a98f0d1164
7 changed files with 99 additions and 53 deletions
17
steps-guix/boost-unordered-patch/pass1.sh
Normal file
17
steps-guix/boost-unordered-patch/pass1.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p boost-unordered-patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -D -m 0644 /dev/null "${DESTDIR}/usr/share/boost-unordered-patch.done"
|
||||
}
|
||||
1
steps-guix/boost-unordered-patch/sources
Normal file
1
steps-guix/boost-unordered-patch/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://cdn.jsdelivr.net/npm/@openziti/ziti-sdk-nodejs@0.14.2/vcpkg/ports/boost-unordered/0001-unordered-fix-copy-assign.patch c6e04429fbf1629f10f456d47d9cfda1a89c4b1f242665cb4c091cd84b0d4626
|
||||
Loading…
Add table
Add a link
Reference in a new issue