mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: corrosion: Honor CARGO_BUILD_TARGET.
This change integrates Rust cross-compilation support from Guix. * gnu/packages/patches/corrosion-honor-CARGO_BUILD_TARGET.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/cmake.scm (corrosion)[source]: Apply it. Change-Id: I319f07f49e390ed84286f35aaa0bd3cad2ad70db
This commit is contained in:
parent
8605db19fd
commit
141d39db98
3 changed files with 30 additions and 1 deletions
|
@ -508,7 +508,9 @@ format (either JSON or XML).
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bylfjji4yw88r00hgb69nfl9lz73bhc7q3n64myif4alr4b8ypx"))))
|
||||
(base32 "1bylfjji4yw88r00hgb69nfl9lz73bhc7q3n64myif4alr4b8ypx"))
|
||||
(patches
|
||||
(search-patches "corrosion-honor-CARGO_BUILD_TARGET.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue