1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: Add rust-gst-plugin-version-helper-0.8.

* gnu/packages/crates-gtk.scm (rust-gst-plugin-version-helper-0.8): New variable.

Change-Id: I92764210031d1be60ab1d76efd2dfd54642c178e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Giacomo Leidi 2024-11-07 23:22:03 +01:00 committed by Efraim Flashner
parent 70ac271c34
commit af7d1d782b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2759,6 +2759,27 @@
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-gst-plugin-version-helper-0.8
(package
(name "rust-gst-plugin-version-helper")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "gst-plugin-version-helper" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0alv0v7jfg7ryybb3qnbdwx3nqzkdl305il1xk92y9b02r7qfpjf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
("rust-toml-edit" ,rust-toml-edit-0.22))))
(home-page "https://gstreamer.freedesktop.org")
(synopsis "build.rs helper function for GStreamer plugin metadata")
(description
"This package provides build.rs helper function for GStreamer plugin metadata.")
(license license:expat)))
(define-public rust-gstreamer-0.21
(package
(name "rust-gstreamer")