~ruther/guix-local

b98f56454095f4acc0d3c885433f8966569efdfd — Maxime Devos 4 years ago fe83f96
gnu: byobu: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/screen.scm (byobu)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/screen.scm
M gnu/packages/screen.scm => gnu/packages/screen.scm +3 -1
@@ 33,6 33,7 @@
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages)
  #:use-module (gnu packages autotools)
  #:use-module (gnu packages bash)
  #:use-module (gnu packages hurd)
  #:use-module (gnu packages ncurses)
  #:use-module (gnu packages perl)


@@ 119,7 120,8 @@ controlling terminal and attach to it later.")
       (patches (search-patches "byobu-writable-status.patch"))))
    (build-system gnu-build-system)
    (inputs
     `(("python" ,python-wrapper)       ; for config and session GUIs
     `(("bash" ,bash-minimal) ; for wrap-program
       ("python" ,python-wrapper)       ; for config and session GUIs
       ("python-newt" ,newt "python")))
    (arguments
     `(#:phases