mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: scregseg: Remove cythonized file.
* gnu/packages/bioinformatics.scm (scregseg)[source]: Add snippet to remove cythonized file.
This commit is contained in:
parent
5059e7f01e
commit
7034746e15
1 changed files with 5 additions and 1 deletions
|
@ -15894,7 +15894,11 @@ (define-public scregseg
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k8hllr5if6k2mm2zj391fv40sfc008cjm04l9vgfsdppb80i112"))))
|
"1k8hllr5if6k2mm2zj391fv40sfc008cjm04l9vgfsdppb80i112"))
|
||||||
|
(snippet
|
||||||
|
#~(begin
|
||||||
|
(use-modules ((guix build utils)))
|
||||||
|
(delete-file "src/scregseg/_utils.c")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false ; tests require network access
|
`(#:tests? #false ; tests require network access
|
||||||
|
|
Loading…
Reference in a new issue