~ruther/guix-local

a2894745a5feaf9adb20c3f7a8f1e5ba78d41f16 — Sharlatan Hellseher 2 years ago 8b00d81
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: I4d3219d9575b9573b0c384b067855fa927f122da
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-compression.scm
M gnu/packages/python-compression.scm => gnu/packages/python-compression.scm +1 -1
@@ 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