diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-25 20:49:50 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:19:15 +0200 |
| commit | 94bb0864e8f976ff16a0f9deb90864a46bb67539 (patch) | |
| tree | a52945691f5c59f9af62e130a5b834da0d568133 /gnu | |
| parent | 54f4a01b4231d1008bb5957a9d2d6fd63b5fa1bd (diff) | |
gnu: rust-c2rust-bitfields-0.18: Don't skip the build.
* gnu/packages/c2rust.scm (rust-c2rust-bitfields-0.18)[arguments]: Don't
skip the build.
[cargo-development-inputs]: Add rust-libc-0.2.
Change-Id: I65045e648d4a11c6a860872a652f075fda9e5479
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/c2rust.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/c2rust.scm b/gnu/packages/c2rust.scm index a08140193ae..cc947ea1b22 100644 --- a/gnu/packages/c2rust.scm +++ b/gnu/packages/c2rust.scm | |||
| @@ -135,13 +135,16 @@ | |||
| 135 | (base32 "0h9cnyijk65zypv8dqbmr5r238pqq9pa8njrdzx09xhfmc3kyg5l")))) | 135 | (base32 "0h9cnyijk65zypv8dqbmr5r238pqq9pa8njrdzx09xhfmc3kyg5l")))) |
| 136 | (build-system cargo-build-system) | 136 | (build-system cargo-build-system) |
| 137 | (arguments | 137 | (arguments |
| 138 | `(#:skip-build? #t | 138 | (list #:cargo-inputs |
| 139 | #:cargo-inputs (("rust-c2rust-bitfields-derive" ,rust-c2rust-bitfields-derive-0.18)))) | 139 | (list rust-c2rust-bitfields-derive-0.18) |
| 140 | #:cargo-development-inputs | ||
| 141 | (list rust-libc-0.2))) | ||
| 140 | (home-page "https://c2rust.com/") | 142 | (home-page "https://c2rust.com/") |
| 141 | (synopsis | 143 | (synopsis |
| 142 | "C-compatible struct bitfield implementation used in the C2Rust project") | 144 | "C-compatible struct bitfield implementation used in the C2Rust project") |
| 143 | (description | 145 | (description |
| 144 | "This package provides C-compatible struct bitfield implementation used in the C2Rust project.") | 146 | "This package provides a C-compatible struct bitfield implementation used |
| 147 | in the C2Rust project.") | ||
| 145 | (license license:bsd-3))) | 148 | (license license:bsd-3))) |
| 146 | 149 | ||
| 147 | (define-public rust-c2rust-bitfields-derive-0.18 | 150 | (define-public rust-c2rust-bitfields-derive-0.18 |
