~ruther/guix-local

00c44c9400abb6bf5817ec21e9efe9bd047828de — Cayetano Santos 3 months ago bc697fd
gnu: sby: Fix typo.

* gnu/packages/electronics.scm (sby)[arguments]: Fix typo in
'patch-/usr/bin/env #:phase.

Change-Id: I00e1c6d6df1161bfc8ea8cec68efa2f6a61f343d
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/electronics.scm
M gnu/packages/electronics.scm => gnu/packages/electronics.scm +1 -1
@@ 2493,7 2493,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
                (("\"/usr/bin/env\", ")
                 ""))
              (substitute* "sbysrc/sby.py"
                (("/usr/bin/env python")
                (("/usr/bin/env python3")
                 (search-input-file inputs "bin/python3")))))
          (add-after 'install 'python:wrap
            (assoc-ref python:%standard-phases 'wrap)))))