Skip to content

Commit

Permalink
guix: drop GCC 12.4.0 package
Browse files Browse the repository at this point in the history
Now that 12.4.0 is upstreamed.
  • Loading branch information
fanquake committed Aug 28, 2024
1 parent 5ed1511 commit 60d4398
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,7 @@ chain for " target " development."))
(home-page (package-home-page xgcc))
(license (package-license xgcc)))))

(define base-gcc
(package
(inherit gcc-12) ;; 12.3.0
(version "12.4.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
"0xcida8l2wykvvzvpcrcn649gj0ijn64gwxbplacpg6c0hk6akvh"))))))
(define base-gcc gcc-12) ;; 12.4.0

(define base-linux-kernel-headers linux-libre-headers-6.1)

Expand Down

0 comments on commit 60d4398

Please sign in to comment.