diff mbox series

[bug#49327,core-updates,102/128] gnu: gnome-shell-extension-gsconnect: Add 'bash' input.

Message ID 20210702101324.8227-11-maximedevos@telenet.be
State New
Headers show
Series Add 'bash' input for 'wrap-program'. | expand

Commit Message

M July 2, 2021, 10:12 a.m. UTC
It is required by 'wrap-program' when cross-compilation.

* gnu/packages/gnome-xyz.scm
  (gnome-shell-extension-gsconnect)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/gnome-xyz.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index af920c501d..865609e06c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -424,6 +424,7 @@  faster window switching.")
                #t))))))
     (inputs
      `(("at-spi2-core" ,at-spi2-core)
+       ("bash" ,bash-minimal) ; for wrap-program
        ("caribou" ,caribou)
        ("evolution-data-server" ,evolution-data-server)
        ("gjs" ,gjs)