[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
- 10/40: gnu: video: Add 'bash' input for 'wrap-program'., (continued)
- 10/40: gnu: video: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/40: gnu: music: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/40: gnu: jack2: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/40: gnu: electron-cash: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/40: gnu: fontutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/40: gnu: wordnet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/40: gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/40: gnu: pdf: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/40: gnu: geo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/40: gnu: cdrom: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 01/40: gnu: animation: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 13/40: gnu: chromium: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/40: gnu: qbittorrent: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/40: gnu: emacs-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/40: gnu: patchutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/40: gnu: guile-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/40: gnu: file-systems: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 18/40: gnu: web-browsers: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/40: gnu: mpd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/40: gnu: moreutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/40: gnu: code: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21