GNU bug report logs -
#76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-graphics.scm (rust-svgtypes-0.15): New variable.
Change-Id: Id7b452af573a82c4522bdd9a17f39793c9465eb2
---
gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index ee34c0991f..568c693a9f 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4662,6 +4662,27 @@ (define-public rust-svg2pdf-0.12
(description "This package provides Convert SVG files to PDFs.")
(license (list license:expat license:asl2.0))))
+(define-public rust-svgtypes-0.15
+ (package
+ (name "rust-svgtypes")
+ (version "0.15.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "svgtypes" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1z4a0b76ww6rf2c8zdapqh2a7r7kmmy7m957q5h5ics4zwgm9iv8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-kurbo" ,rust-kurbo-0.11)
+ ("rust-siphasher" ,rust-siphasher-1))))
+ (home-page "https://github.com/linebender/svgtypes")
+ (synopsis "SVG types parser")
+ (description "This package provides SVG types parser.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-tiff-0.9
(package
(name "rust-tiff")
--
2.48.1
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.