guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 021/128] gnu: animation: Add 'bash' inpu


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

It is required for cross-compilation.

* gnu/packages/animation.scm
  (synfigstudio)[inputs]: Add 'bash-minimal'.
  (pagagayo)[inputs]: Likewise.
  (pencil2d)[inputs]: Likewise.
---
 gnu/packages/animation.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 71fc8f20b0..9e8c42a0e3 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -32,6 +32,7 @@
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages assembly)
   #:use-module (gnu packages autotools)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
@@ -225,7 +226,8 @@ for tweening, preventing the need to hand-draw each frame.")
                  `("XDG_DATA_DIRS" ":" prefix (,gtk-share)))
                #t))))))
     (inputs
-     `(("gtkmm" ,gtkmm)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("gtkmm" ,gtkmm)
        ("gtk+" ,gtk+)
        ("libsigc++" ,libsigc++)
        ("synfig" ,synfig)))
@@ -450,7 +452,8 @@ language.")
                            qt)))
                  #t))))))
       (inputs
-       `(("qt" ,qtbase)
+       `(("bash" ,bash-minimal) ; for wrap-program
+         ("qt" ,qtbase)
          ("qtmultimedia" ,qtmultimedia)
          ("libsndfile" ,libsndfile)))
       (native-inputs
@@ -480,7 +483,8 @@ waveform until they line up with the proper sounds.")
                 "0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
     (build-system gnu-build-system)
     (inputs
-     `(("qtbase" ,qtbase)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("qtbase" ,qtbase)
        ("qtxmlpatterns" ,qtxmlpatterns)
        ("qtmultimedia" ,qtmultimedia)
        ("qtsvg" ,qtsvg)))
-- 
2.32.0






reply via email to

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