fix(guix): mirror boost unordered patch through local distfiles

This commit is contained in:
vxtls 2026-04-08 18:53:49 -04:00
parent a8749e87ad
commit a98f0d1164
7 changed files with 99 additions and 53 deletions

View 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"
}