gnu: salmon: Remove reference to %build-inputs.

* gnu/packages/bioinformatics.scm (salmon)[arguments]: Use a gexp to remove
reference to %build-inputs.
This commit is contained in:
Ricardo Wurmus 2021-12-05 00:33:45 +01:00
parent 3ee142ebd6
commit 1e7bd5e679
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10177,15 +10177,15 @@ (define-public salmon
(build-system cmake-build-system)
(arguments
`(#:configure-flags
(list (string-append "-Dlibgff_DIR="
(assoc-ref %build-inputs "libgff") "/lib")
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
"-Dlibgff_FOUND=TRUE"
"-DTBB_FOUND=TRUE"
,(string-append "-DTBB_VERSION=" (package-version tbb-2020))
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
"-DFETCHED_PUFFERFISH=TRUE"
"-DUSE_SHARED_LIBS=TRUE")
,#~(list (string-append "-Dlibgff_DIR="
#$(this-package-input "libgff") "/lib")
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
"-Dlibgff_FOUND=TRUE"
"-DTBB_FOUND=TRUE"
#$(string-append "-DTBB_VERSION=" (package-version tbb-2020))
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
"-DFETCHED_PUFFERFISH=TRUE"
"-DUSE_SHARED_LIBS=TRUE")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'prepare-pufferfish