1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: rust-syntect-5.3: Use current rust.

* gnu/packages/rust-sources.scm (rust-syntect-5.3)[arguments]: Remove
rust keyword.

Change-Id: I099ba67102f9ca38de516e26ab44e01653071f29
This commit is contained in:
Efraim Flashner
2026-02-10 12:41:08 +02:00
committed by Andreas Enge
parent 85ae0dc1bf
commit 874b1f34b7
-4
View File
@@ -670,10 +670,6 @@ intelligence.")
(base32 "095yvdd4lpzfywcg5zr7pq28fm9iarx6a85mpgdc0g6d1waydp68"))
(modules '((guix build utils)))
(snippet (origin-snippet (package-source rust-syntect-5.2)))))
(arguments
(substitute-keyword-arguments (package-arguments rust-syntect-5.2)
((#:rust _ #f)
rust-1.88)))
(inputs (cons oniguruma
(cargo-inputs 'rust-syntect-5.3))))))