GNU bug report logs -
#71278
[PATCH rust-team 00/44] Add eww.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-grass-compiler-0.13): New variable.
Change-Id: I11bebea90e29351547784b8dae48bacfa3dbb4fd
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e2f3f5640e..879c98bd85 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30588,6 +30588,32 @@ (define-public rust-grass-0.13
"This package provides a Sass compiler written purely in Rust")
(license license:expat)))
+(define-public rust-grass-compiler-0.13
+ (package
+ (name "rust-grass-compiler")
+ (version "0.13.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "grass_compiler" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xvmggkghw6xiagwq6da2qgqc1l4z2bfqvr7862zg0iihk0id4pk"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #f
+ #:cargo-inputs (("rust-codemap" ,rust-codemap-0.1)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-lasso" ,rust-lasso-0.7)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-phf" ,rust-phf-0.11)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
+ (home-page "https://github.com/connorskees/grass")
+ (synopsis "Internal implementation of the grass compiler")
+ (description "Internal implementation of the grass compiler")
+ (license license:expat)))
+
(define-public rust-greetd-ipc-0.9
(package
(name "rust-greetd-ipc")
--
2.41.0
This bug report was last modified 1 year and 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.