File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ BASEPREFIX="${PWD}/depends"
52
52
store_path () {
53
53
grep --extended-regexp " /[^-]{32}-${1} -[^-]+${2: +-${2} } " " ${GUIX_ENVIRONMENT} /manifest" \
54
54
| head --lines=1 \
55
- | sed --expression=' s|^[[:space:]]*"||' \
55
+ | sed --expression=' s|\x29*$||' \
56
+ --expression=' s|^[[:space:]]*"||' \
56
57
--expression=' s|"[[:space:]]*$||'
57
58
}
58
59
Original file line number Diff line number Diff line change 51
51
time-machine () {
52
52
# shellcheck disable=SC2086
53
53
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
54
- --commit=998eda3067c7d21e0d9bb3310d2f5a14b8f1c681 \
54
+ --commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
55
55
--cores=" $JOBS " \
56
56
--keep-failed \
57
57
--fallback \
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ inspecting signatures in Mach-O binaries.")
587
587
xz
588
588
; ; Build tools
589
589
gnu-make
590
- libtool-2.4.7
590
+ libtool
591
591
autoconf-2.71
592
592
automake
593
593
pkg-config
@@ -596,7 +596,7 @@ inspecting signatures in Mach-O binaries.")
596
596
gcc-toolchain-10
597
597
(list gcc-toolchain-10 " static" )
598
598
; ; Scripting
599
- python-minimal ; ; (3.9 )
599
+ python-minimal ; ; (3.10 )
600
600
; ; Git
601
601
git-minimal
602
602
; ; Tests
You can’t perform that action at this time.
0 commit comments