mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-xremap: Remove older dependencies workaround.
* gnu/packages/rust-apps.scm (rust-xremap)[source]: Remove snippet. Change-Id: If67c214293f60c8dd1a36cf9552abf7861d370f3
This commit is contained in:
parent
f221da13d9
commit
dc076c5775
1 changed files with 1 additions and 8 deletions
|
@ -2521,14 +2521,7 @@ (define-public rust-xremap
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1815hz1a93brj6v9102xypds1qslf6gxgk9vcvxhxlhy1c2pfxvj"))
|
"1815hz1a93brj6v9102xypds1qslf6gxgk9vcvxhxlhy1c2pfxvj"))))
|
||||||
(snippet
|
|
||||||
#~(begin (use-modules (guix build utils))
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("1\\.0\\.75") "1.0.68") ; rust-anyhow
|
|
||||||
(("0\\.4\\.19") "0.4.17") ; rust-log
|
|
||||||
(("1\\.9\\.4") "1.9.1") ; regex
|
|
||||||
(("3\\.3") "3.0")))))) ; serde-with
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:features '()
|
`(#:features '()
|
||||||
|
|
Loading…
Reference in a new issue