mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-1.76.
* gnu/packages/rust.scm (rust-1.76): New variable. Change-Id: I97c80ffe0b1be203fd8bbfa197fa31a9f31919f6 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f0eb8fc162
commit
0d9a97d7a9
1 changed files with 9 additions and 0 deletions
|
@ -948,6 +948,15 @@ (define-public rust-1.75
|
|||
(inherit (package-source base-rust))
|
||||
(patches '()))))))
|
||||
|
||||
(define-public rust-1.76
|
||||
(let ((base-rust (rust-bootstrapped-package rust-1.75 "1.76.0"
|
||||
"08f06shp6l72qrv5fwg1is7yzr6kwj8av0l9h5k243bz781zyp4y")))
|
||||
(package
|
||||
(inherit base-rust)
|
||||
;; Need llvm >= 16.0
|
||||
(inputs (modify-inputs (package-inputs base-rust)
|
||||
(replace "llvm" llvm-17))))))
|
||||
|
||||
(define (make-ignore-test-list strs)
|
||||
"Function to make creating a list to ignore tests a bit easier."
|
||||
(map (lambda (str)
|
||||
|
|
Loading…
Reference in a new issue