From 23e2d584f092a77d14c286d1fdf99a05967d2d99 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 25 Aug 2025 11:29:57 +0200 Subject: [PATCH] gnu: Remove zxing-cpp-1.2a. * gnu/packages/aidc.scm (zxing-cpp-1.2a): Delete variable. Fixes: guix/guix#2259 Change-Id: I13c71132e1ee47c39b38af654881f57ca4036ca6 --- gnu/packages/aidc.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index d8aa9ab2f97..5d1ead9bcc2 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -122,29 +122,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 kaidan, liblinphone and yosys-clang. -(define-public zxing-cpp-1.2a - ;; Use the master branch as it includes unreleased build system improvements - ;; allowing to use system libraries (instead of attempting to fetch them - ;; from the Internet). - (let ((revision "0") - (commit "00783db7aa3bcf8620a301854ac71c0ceaaca0c1")) - (package/inherit zxing-cpp - (name "zxing-cpp") - (version (git-version "1.2.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/zxing-cpp/zxing-cpp") - (commit commit))) - (patches (search-patches "zxing-cpp-1.2.0-gcc-14.patch")) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1yl2cpaqiv1g4nq9v0xfj1vd5faz55k4541vz6hsffvcxgn9nmc5")))) - (arguments '(#:configure-flags '())) - (native-inputs (list fmt-8 googletest))))) - ;;; 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