me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome-dmelanogaster-ucsc-dm3: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm3)[source]:
Use bioconductor-uri.
[arguments]: Enable substitution.
master
Ricardo Wurmus 2019-12-04 09:26:22 +01:00
parent 149f351f38
commit 87073b7ecb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 9 deletions

View File

@ -126,21 +126,14 @@ objects.")
(version "1.4.0") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3"
;; located under "data/annotation/" instead of "bioc/". version 'annotation))
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"BSgenome.Dmelanogaster.UCSC.dm3_"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8")))) "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
(properties (properties
`((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3"))) `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
(build-system r-build-system) (build-system r-build-system)
;; As this package provides little more than a very large data file it
;; doesn't make sense to build substitutes.
(arguments `(#:substitutable? #f))
(propagated-inputs (propagated-inputs
`(("r-bsgenome" ,r-bsgenome))) `(("r-bsgenome" ,r-bsgenome)))
(home-page (home-page