me
/
guix
Archived
1
0
Fork 0

gnu: rust-nom-5: Update to 5.1.3.

* gnu/packages/crates-io.scm (rust-nom-5): Update to 5.1.3.
[arguments]: Remove trailing #t from phases.

Change-Id: I1dfb3b740aef55a8d0161a08b039f75d46169332
Efraim Flashner 2023-10-24 15:38:48 +03:00
parent 26c03361ca
commit 1d6440df24
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 7 deletions

View File

@ -46617,16 +46617,14 @@ combinators library.")
(package (package
(inherit rust-nom-6) (inherit rust-nom-6)
(name "rust-nom") (name "rust-nom")
(version "5.1.2") (version "5.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "nom" version)) (uri (crate-uri "nom" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0jyxc4d3pih60pp8hvzpg5ajh16s273cpnsdpzp04qv7g8w9m588"))))
"1br74rwdp3c2ddga03bphnf355spn4mzwf1slg0a30zd4qnjdd7z"))))
(arguments (arguments
`(#:tests? #f ; Tests require example directory, not included in tarball. `(#:tests? #f ; Tests require example directory, not included in tarball.
#:cargo-inputs #:cargo-inputs
@ -46645,8 +46643,7 @@ combinators library.")
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(let ((jemalloc (assoc-ref inputs "jemalloc"))) (let ((jemalloc (assoc-ref inputs "jemalloc")))
(setenv "JEMALLOC_OVERRIDE" (setenv "JEMALLOC_OVERRIDE"
(string-append jemalloc "/lib/libjemalloc_pic.a"))) (string-append jemalloc "/lib/libjemalloc_pic.a"))))))))))
#t)))))))
(define-public rust-nom-4 (define-public rust-nom-4
(package (package