diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-25 20:49:14 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:19:15 +0200 |
| commit | 54f4a01b4231d1008bb5957a9d2d6fd63b5fa1bd (patch) | |
| tree | fcbf9282dedb7f5210f9baaa38e7fa97fdc141ff /gnu | |
| parent | 28d61e255325ac7103a7860c34f6fd2d3f6aac34 (diff) | |
gnu: rust-c2rust-bitfields-derive-0.18: Don't skip the build.
* gnu/packages/c2rust.scm (rust-c2rust-bitfields-derive-0.18)[arguments]:
Don't skip the build.
Change-Id: Icf0ac840c34cbd8331561aad00f23a1400c3ec13
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/c2rust.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/c2rust.scm b/gnu/packages/c2rust.scm index f114e64cf46..a08140193ae 100644 --- a/gnu/packages/c2rust.scm +++ b/gnu/packages/c2rust.scm | |||
| @@ -157,15 +157,15 @@ | |||
| 157 | (base32 "0i95j6q1d61h1m1pk84i3ih00hsmbn8ib35xr129fz2rw81c3jyk")))) | 157 | (base32 "0i95j6q1d61h1m1pk84i3ih00hsmbn8ib35xr129fz2rw81c3jyk")))) |
| 158 | (build-system cargo-build-system) | 158 | (build-system cargo-build-system) |
| 159 | (arguments | 159 | (arguments |
| 160 | `(#:skip-build? #t | 160 | `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) |
| 161 | #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) | ||
| 162 | ("rust-quote" ,rust-quote-1) | 161 | ("rust-quote" ,rust-quote-1) |
| 163 | ("rust-syn" ,rust-syn-1)))) | 162 | ("rust-syn" ,rust-syn-1)))) |
| 164 | (home-page "https://c2rust.com/") | 163 | (home-page "https://c2rust.com/") |
| 165 | (synopsis | 164 | (synopsis |
| 166 | "C-compatible struct bitfield derive implementation used in the C2Rust project") | 165 | "C-compatible struct bitfield derive implementation used in the C2Rust project") |
| 167 | (description | 166 | (description |
| 168 | "This package provides C-compatible struct bitfield derive implementation used in the C2Rust project.") | 167 | "This package provides a C-compatible struct bitfield derive implementation |
| 168 | used in the C2Rust project.") | ||
| 169 | (license license:bsd-3))) | 169 | (license license:bsd-3))) |
| 170 | 170 | ||
| 171 | (define-public rust-c2rust-build-paths-0.18 | 171 | (define-public rust-c2rust-build-paths-0.18 |
