mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove zxing-cpp-1.2a.
* gnu/packages/aidc.scm (zxing-cpp-1.2a): Delete variable. Fixes: guix/guix#2259 Change-Id: I13c71132e1ee47c39b38af654881f57ca4036ca6
This commit is contained in:
parent
1f8ee9e023
commit
23e2d584f0
1 changed files with 0 additions and 23 deletions
|
@ -122,29 +122,6 @@ integration of this capability into your own programs.")
|
||||||
(home-page "https://github.com/zxing-cpp/zxing-cpp")
|
(home-page "https://github.com/zxing-cpp/zxing-cpp")
|
||||||
(license license:asl2.0)))
|
(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:
|
;;; This older variant is kept for gst-plugins-bad (see:
|
||||||
;;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1684).
|
;;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1684).
|
||||||
(define-public zxing-cpp-1.2
|
(define-public zxing-cpp-1.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue