guix-commits
[Top][All Lists]
Advanced

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

01/40: gnu: animation: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 01/40: gnu: animation: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 01:53:12 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 0aa37fe48eb65ceb3ec23eceb14cf2753fb2a6b7
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:27 2021 +0200

    gnu: animation: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/animation.scm
    (synfigstudio)[inputs]: Add 'bash-minimal'.
    (pagagayo)[inputs]: Likewise.
    (pencil2d)[inputs]: Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ia14d83bd1e212bef08685d150b577ca99e684d6f
---
 gnu/packages/animation.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index d6bd3fd03d..f4925f9aec 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -34,6 +34,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)
@@ -191,7 +192,7 @@ for tweening, preventing the need to hand-draw each frame.")
                 (wrap-program (string-append #$output "/bin/synfigstudio")
                   `("XDG_DATA_DIRS" ":" prefix (,gtk-share)))))))))
     (inputs
-     (list gtkmm-3 gtk+ libsigc++ synfig))
+     (list bash-minimal gtkmm-3 gtk+ libsigc++ synfig))
     (native-inputs
      (list pkg-config intltool))
     (home-page "https://www.synfig.org";)
@@ -410,7 +411,8 @@ language.")
                            qt)))
                  #t))))))
       (inputs
-       `(("qt" ,qtbase-5)
+       `(("bash" ,bash-minimal)
+         ("qt" ,qtbase-5)
          ("qtmultimedia-5" ,qtmultimedia-5)
          ("libsndfile" ,libsndfile)))
       (native-inputs
@@ -440,7 +442,7 @@ waveform until they line up with the proper sounds.")
                 "0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
     (build-system gnu-build-system)
     (inputs
-     (list qtbase-5 qtxmlpatterns qtmultimedia-5 qtsvg-5))
+     (list bash-minimal qtbase-5 qtxmlpatterns qtmultimedia-5 qtsvg-5))
     (arguments
      (list
       #:phases



reply via email to

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