mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
guix: update time-machine to 160f78a4d92205df986ed9efcce7d3aac188cb24
This commit is contained in:
parent
ec3beca980
commit
d248c3d665
2 changed files with 3 additions and 2 deletions
|
@ -58,7 +58,8 @@ BASEPREFIX="${PWD}/contrib/depends"
|
||||||
store_path() {
|
store_path() {
|
||||||
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
|
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
|
||||||
| head --lines=1 \
|
| head --lines=1 \
|
||||||
| sed --expression='s|^[[:space:]]*"||' \
|
| sed --expression='s|\x29*$||' \
|
||||||
|
--expression='s|^[[:space:]]*"||' \
|
||||||
--expression='s|"[[:space:]]*$||'
|
--expression='s|"[[:space:]]*$||'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ fi
|
||||||
time-machine() {
|
time-machine() {
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
|
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
|
||||||
--commit=998eda3067c7d21e0d9bb3310d2f5a14b8f1c681 \
|
--commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
|
||||||
--cores="$JOBS" \
|
--cores="$JOBS" \
|
||||||
--keep-failed \
|
--keep-failed \
|
||||||
--fallback \
|
--fallback \
|
||||||
|
|
Loading…
Reference in a new issue