diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-24 10:14:42 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-24 10:52:49 +0200 |
| commit | f1ca4a3561808e118d87365f09ebf5d66677d90e (patch) | |
| tree | 562d0a76b3f7232ecda200a215b8c50210731ae7 /gnu | |
| parent | 2612d353964dcd9923d74d8ed05044a35e9f01cc (diff) | |
gnu: liburcu: Remove redundant input.
* gnu/packages/datastructures.scm (liburcu)[native-inputs]: Remove
redundant gcc-14.
Change-Id: I4d13df6e11b9d4a397501b72bbe5eaa883504bcd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/datastructures.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 3137b4f8c3e..8201b548552 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -302,12 +302,7 @@ allows multiple concurrent reader and writer threads.") "0ks1mj5r11ir9ssbxgm13pj9wix7gny9g3qfqzrfn4gbjqh1j2w5")))) (build-system gnu-build-system) (native-inputs - ;; riscv64 needs >= gcc-13.3.0 - (append - (if (target-riscv64?) - (list gcc-14) - '()) - (list perl))) ; for tests + (list perl)) ; for tests (home-page "https://liburcu.org/") (synopsis "User-space RCU data synchronisation library") (description "liburcu is a user-space @dfn{Read-Copy-Update} (RCU) data |
