mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
59c136ef61
103 changed files with 4176 additions and 653 deletions
|
@ -166,7 +166,7 @@
|
|||
(inputs
|
||||
`(("libcurl" ,curl)
|
||||
("llvm" ,llvm)
|
||||
("openssl" ,openssl)
|
||||
("openssl" ,openssl-1.1)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
|
@ -586,7 +586,7 @@ safety and thread safety guarantees.")
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base-rust)
|
||||
((#:tests? _ #f)
|
||||
#t)
|
||||
(not (%current-target-system)))
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'relax-gdb-auto-load-safe-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue