diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-08 20:27:14 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:08 +0100 |
| commit | df44180879a96c82181d1411c93cf4b3d43b3c4e (patch) | |
| tree | 351e20050560b6d013f553bb34d80d860ba69175 /gnu/packages | |
| parent | 8bc35d4270b6162578e0337c45c367cf5c8255c4 (diff) | |
gnu: Remove zxing-cpp-1.2.
* gnu/packages/aidc.scm (zxing-cpp-1.2): Delete variable.
Change-Id: I72331c380a2cf40aff3a47f5cdee19d1c37e2f5f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/aidc.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index dc88168650f..bff153cf974 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -219,27 +219,6 @@ integration of this capability into your own programs.") (home-page "https://github.com/zxing-cpp/zxing-cpp") (license license:asl2.0))) -;;; This older variant is kept for gst-plugins-bad (see: -;;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1684). -(define-public zxing-cpp-1.2 - (package/inherit zxing-cpp - (name "zxing-cpp") - (version "1.2.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/zxing-cpp/zxing-cpp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (patches (search-patches "zxing-cpp-1.2.0-gcc-14.patch")) - (sha256 - (base32 - "1gjj9c7h634rrmmgzbc7cxjqsxdq0paj6113k02ncjm1s9abk7ik")))) - ;; Disable tests to avoid bundled dependencies. - (arguments '(#:tests? #f - #:configure-flags '("-DBUILD_BLACKBOX_TESTS=OFF"))) - (native-inputs '()))) - (define-public barcode (package (name "barcode") |
