mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: sailfish: Simplify snippet.
* gnu/packages/bioinformatics.scm (sailfish)[source]: Remove trailing #T from snippet.
This commit is contained in:
parent
b0fd09f856
commit
39e2a84f52
1 changed files with 2 additions and 4 deletions
|
@ -9990,11 +9990,9 @@ (define-public sailfish
|
|||
(base32
|
||||
"1amcc5hqvsl42hg4x19bi9vy47cl874s0lw1fmi0hwsdk9i8c03v"))
|
||||
(modules '((guix build utils)))
|
||||
;; Delete bundled headers for eigen3.
|
||||
(snippet
|
||||
'(begin
|
||||
;; Delete bundled headers for eigen3.
|
||||
(delete-file-recursively "include/eigen3/")
|
||||
#t))))
|
||||
'(delete-file-recursively "include/eigen3/"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue