Skip to content

Commit e6a94d4

Browse files
committed
guix: Bump to version-1.3.0 from upstream
The chosen commit is the HEAD of Guix's version-1.3.0 branch as of July 15th, 2021. Also fix visual indenting.
1 parent 90fd13b commit e6a94d4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

contrib/guix/guix-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
215215
# across time.
216216
time-machine() {
217217
# shellcheck disable=SC2086
218-
guix time-machine --url=https://github.com/dongcarl/guix.git \
219-
--commit=490e39ff303f4f6873a04bfb8253755bdae1b29c \
218+
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
219+
--commit=aa34d4d28dfe25ba47d5800d05000fb7221788c0 \
220220
--cores="$JOBS" \
221221
--keep-failed \
222222
--fallback \

contrib/guix/guix-codesign

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,14 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
226226
# across time.
227227
time-machine() {
228228
# shellcheck disable=SC2086
229-
guix time-machine --url=https://github.com/dongcarl/guix.git \
230-
--commit=490e39ff303f4f6873a04bfb8253755bdae1b29c \
231-
--cores="$JOBS" \
232-
--keep-failed \
233-
--fallback \
234-
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
235-
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_TIMEMACHINE_FLAGS} \
236-
-- "$@"
229+
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
230+
--commit=aa34d4d28dfe25ba47d5800d05000fb7221788c0 \
231+
--cores="$JOBS" \
232+
--keep-failed \
233+
--fallback \
234+
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
235+
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_TIMEMACHINE_FLAGS} \
236+
-- "$@"
237237
}
238238

239239
# Make sure an output directory exists for our builds

0 commit comments

Comments
 (0)