me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-1.78.

* gnu/packages/rust.scm (rust-1.78): New variable.

Change-Id: Iab24c4f130e208d9152448d7be5899ab8c13456f
master
Efraim Flashner 2024-06-26 12:27:44 +03:00
parent a47b695926
commit 0fd8c0031e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -981,6 +981,10 @@ safety and thread safety guarantees.")
(("\\[build\\]")
"[build]\noptimized-compiler-builtins = false")))))))))))
(define-public rust-1.78
(rust-bootstrapped-package
rust-1.77 "1.78.0" "1afmj5g3bz7439w4i8zjhd68zvh0gqg7ymr8h5rz49ybllilhm7z"))
(define (make-ignore-test-list strs)
"Function to make creating a list to ignore tests a bit easier."
(map (lambda (str)