mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-gdsfmt: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.36.1. [properties]: Tell updater to leave the extra inputs be.
This commit is contained in:
parent
b4cafa71ae
commit
558637533f
1 changed files with 5 additions and 3 deletions
|
@ -16394,14 +16394,14 @@ (define-public r-watermelon
|
|||
(define-public r-gdsfmt
|
||||
(package
|
||||
(name "r-gdsfmt")
|
||||
(version "1.36.0")
|
||||
(version "1.36.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gdsfmt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10k445cwb5jhgcr0zf85x24mvldwk26zpwh0wq4himr44aha3bwx"))
|
||||
"11qib2znznzvyb0x9qm1nfg9lhyqy63yrdjicy7n3n6l8dfd2lx7"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||
;; them and link with system libraries instead.
|
||||
|
@ -16424,7 +16424,9 @@ (define-public r-gdsfmt
|
|||
(substitute* "src/CoreArray/dStream.h"
|
||||
(("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
|
||||
(string-append "include <" header ">")))))))
|
||||
(properties `((upstream-name . "gdsfmt")))
|
||||
(properties
|
||||
`((upstream-name . "gdsfmt")
|
||||
(updater-extra-inputs . ("lz4" "xz" "zlib"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list lz4 xz zlib))
|
||||
|
|
Loading…
Reference in a new issue