gnu: fsom: Build with GCC 6.

* gnu/packages/bioinformatics.scm (fsom)[native-inputs]: Add gcc-6.
[arguments]: Remove trailing #T.
This commit is contained in:
Ricardo Wurmus 2021-12-07 15:37:16 +01:00
parent cbef1824da
commit a98fe1d46e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14083,8 +14083,9 @@ (define-public fsom
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
(install-file "fsom" bin))
#t)))))
(install-file "fsom" bin)))))))
(native-inputs
`(("gcc" ,gcc-6)))
(home-page "https://github.com/ekg/fsom")
(synopsis "Manage SOM (Self-Organizing Maps) neural networks")
(description "A tiny C library for managing SOM (Self-Organizing Maps)