File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed 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=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \
54
+ --commit=53396a22afc04536ddf75d8f82ad2eafa5082725 \
55
55
--cores=" $JOBS " \
56
56
--keep-failed \
57
57
--fallback \
Original file line number Diff line number Diff line change @@ -91,17 +91,7 @@ chain for " target " development."))
91
91
(home-page (package-home-page xgcc))
92
92
(license (package-license xgcc)))))
93
93
94
- (define base-gcc
95
- (package
96
- (inherit gcc-12) ; ; 12.3.0
97
- (version " 12.4.0" )
98
- (source (origin
99
- (method url-fetch)
100
- (uri (string-append " mirror://gnu/gcc/gcc-"
101
- version " /gcc-" version " .tar.xz" ))
102
- (sha256
103
- (base32
104
- " 0xcida8l2wykvvzvpcrcn649gj0ijn64gwxbplacpg6c0hk6akvh" ))))))
94
+ (define base-gcc gcc-12) ; ; 12.4.0
105
95
106
96
(define base-linux-kernel-headers linux-libre-headers-6.1)
107
97
You can’t perform that action at this time.
0 commit comments