mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
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
This commit is contained in:
parent
26c03361ca
commit
1d6440df24
1 changed files with 4 additions and 7 deletions
|
@ -46617,16 +46617,14 @@ (define-public rust-nom-5
|
|||
(package
|
||||
(inherit rust-nom-6)
|
||||
(name "rust-nom")
|
||||
(version "5.1.2")
|
||||
(version "5.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nom" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1br74rwdp3c2ddga03bphnf355spn4mzwf1slg0a30zd4qnjdd7z"))))
|
||||
(base32 "0jyxc4d3pih60pp8hvzpg5ajh16s273cpnsdpzp04qv7g8w9m588"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require example directory, not included in tarball.
|
||||
#:cargo-inputs
|
||||
|
@ -46645,8 +46643,7 @@ (define-public rust-nom-5
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((jemalloc (assoc-ref inputs "jemalloc")))
|
||||
(setenv "JEMALLOC_OVERRIDE"
|
||||
(string-append jemalloc "/lib/libjemalloc_pic.a")))
|
||||
#t)))))))
|
||||
(string-append jemalloc "/lib/libjemalloc_pic.a"))))))))))
|
||||
|
||||
(define-public rust-nom-4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue