diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-26 15:09:33 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-01 16:09:01 +0200 |
| commit | 9759dbaba46830679a3bcfe141ca7c9058bdf1b1 (patch) | |
| tree | 96aecf59df59f693f38c850e1b4642cc130c202e /gnu/packages | |
| parent | 820d67f4c5439b14e47fd4f2d62e3fce3fec6300 (diff) | |
gnu: zxing-cpp: Drop unused input.
* gnu/packages/aidc.scm (zxing-cpp)[native-inputs]: Remove fmt-8.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/aidc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index cf29c3f7031..3e779bb7ef1 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm | |||
| @@ -212,7 +212,7 @@ integration of this capability into your own programs.") | |||
| 212 | (invoke "sh" "-c" | 212 | (invoke "sh" "-c" |
| 213 | (string-append "cp " source "/core/src/*.h " | 213 | (string-append "cp " source "/core/src/*.h " |
| 214 | #$output "/include/ZXing/"))))))) | 214 | #$output "/include/ZXing/"))))))) |
| 215 | (native-inputs (list fmt-8 googletest pkg-config)) | 215 | (native-inputs (list googletest pkg-config)) |
| 216 | (inputs (list libpng zint zlib)) | 216 | (inputs (list libpng zint zlib)) |
| 217 | (synopsis "C++ port of ZXing") | 217 | (synopsis "C++ port of ZXing") |
| 218 | (description "ZXing-CPP is a barcode scanning library.") | 218 | (description "ZXing-CPP is a barcode scanning library.") |
