diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-11 23:27:16 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-12 10:26:02 +0200 |
| commit | dc6c4e5903cdda9ccefeb7ec7533078bbf4098ee (patch) | |
| tree | 6e4de9fce60921d143902d96c7a32352dc262000 /gnu/packages | |
| parent | 0b17dc4aaea85bf0e35184909914f81761fedf56 (diff) | |
Revert "gnu: liburcu: Omit static library."
This reverts commit 702affc6d70dfec926ee5a0badce217a7044f9eb. It's too
much trouble to add a :static output just for bcachefs-progs/static.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/datastructures.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index e9ed049cec3..577e7b14301 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -149,9 +149,6 @@ in between these sequences may be different in both content and length.") | |||
| 149 | (base32 | 149 | (base32 |
| 150 | "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb")))) | 150 | "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb")))) |
| 151 | (build-system gnu-build-system) | 151 | (build-system gnu-build-system) |
| 152 | (arguments | ||
| 153 | `(#:configure-flags | ||
| 154 | (list "--disable-static"))) | ||
| 155 | (native-inputs | 152 | (native-inputs |
| 156 | `(("perl" ,perl))) ; for tests | 153 | `(("perl" ,perl))) ; for tests |
| 157 | (home-page "https://liburcu.org/") | 154 | (home-page "https://liburcu.org/") |
