mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: sambamba: Fix building.
* gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove ld-gold-wrapper, bintutils-gold. Remove input labels.
This commit is contained in:
parent
8b6bc4b2aa
commit
7f3c6d3b3b
1 changed files with 1 additions and 7 deletions
|
@ -11732,13 +11732,7 @@ (define-public sambamba
|
||||||
(copy-file (string-append "bin/sambamba-" ,version)
|
(copy-file (string-append "bin/sambamba-" ,version)
|
||||||
(string-append bin "/sambamba"))))))))
|
(string-append bin "/sambamba"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ld-gold-wrapper"
|
(list python))
|
||||||
;; Importing (gnu packages commencement) would introduce a cycle.
|
|
||||||
,(module-ref (resolve-interface
|
|
||||||
'(gnu packages commencement))
|
|
||||||
'ld-gold-wrapper))
|
|
||||||
("binutils-gold" ,binutils-gold)
|
|
||||||
("python" ,python)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list ldc lz4 zlib))
|
(list ldc lz4 zlib))
|
||||||
(home-page "https://github.com/biod/sambamba")
|
(home-page "https://github.com/biod/sambamba")
|
||||||
|
|
Loading…
Reference in a new issue