guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49327] [PATCH core-updates 042/128] gnu: xfce: Add 'bash' input for


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 042/128] gnu: xfce: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:06:48 +0200

It is required for cross-compilation.

* gnu/packages/xfce.scm
  (catfish)[inputs]: Add 'bash-minimal'.
  (mousepad)[inputs]: Likewise.
---
 gnu/packages/xfce.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 38d013f874..e4456f1900 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -35,6 +35,7 @@
   #:use-module (gnu artwork)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages calendar)
   #:use-module (gnu packages cdrom)
   #:use-module (gnu packages fonts)
@@ -262,7 +263,8 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
        ("python-distutils-extra" ,python-distutils-extra)
        ("intltool" ,intltool)))
     (inputs
-     `(("which" ,which)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("which" ,which)
        ("xdg-utils" ,xdg-utils)))
     (propagated-inputs
      `(("gtk+" ,gtk+)
@@ -1273,7 +1275,8 @@ of data to either CD/DVD/BD.")
        ("glib" ,glib "bin") ; for glib-compile-schemas.
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gtk+" ,gtk+)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("gtk+" ,gtk+)
        ("gtksourceview" ,gtksourceview-3)
        ("xfconf" ,xfconf)))
     (home-page "https://git.xfce.org/apps/mousepad/";)
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]