gnu: python-blosc: Simplify package.
* gnu/packages/python-compression.scm (python-blosc) [arguments] <#:phases>: Swap to simple lambda in 'find-blosc phase as it already uses this-package-input procedure. Change-Id: I4d3219d9575b9573b0c384b067855fa927f122damaster
parent
8b00d81dd3
commit
a2894745a5
|
@ -69,7 +69,7 @@
|
|||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'find-blosc
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(lambda _
|
||||
(setenv "USE_SYSTEM_BLOSC" "1")
|
||||
(setenv "Blosc_ROOT" #$(this-package-input "c-blosc"))))
|
||||
(replace 'check
|
||||
|
|
Reference in New Issue