mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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)
|
||||
(string-append bin "/sambamba"))))))))
|
||||
(native-inputs
|
||||
`(("ld-gold-wrapper"
|
||||
;; Importing (gnu packages commencement) would introduce a cycle.
|
||||
,(module-ref (resolve-interface
|
||||
'(gnu packages commencement))
|
||||
'ld-gold-wrapper))
|
||||
("binutils-gold" ,binutils-gold)
|
||||
("python" ,python)))
|
||||
(list python))
|
||||
(inputs
|
||||
(list ldc lz4 zlib))
|
||||
(home-page "https://github.com/biod/sambamba")
|
||||
|
|
Loading…
Reference in a new issue