[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: k3b: Add inputs bash-minimal and cdrtools.
From: |
guix-commits |
Subject: |
07/09: gnu: k3b: Add inputs bash-minimal and cdrtools. |
Date: |
Tue, 19 Jul 2022 12:58:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f0acb12db92b66069bbf77bcde64bdd890e9eb93
Author: Thomas Danckaert <thomas.danckaert@gmail.com>
AuthorDate: Thu Jul 14 14:44:23 2022 +0200
gnu: k3b: Add inputs bash-minimal and cdrtools.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add
bash-minimal (wrap-program is used), add cdrtools.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/kde-multimedia.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index bdbf325f15..265dcef625 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -29,6 +29,7 @@
#:use-module (guix gexp)
#:use-module (gnu packages)
#:use-module (gnu packages audio)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages compression)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages docbook)
@@ -390,12 +391,14 @@ variety of formats.")
`("PATH" ":" prefix
,(map (lambda (input)
(string-append (assoc-ref inputs input) "/bin"))
- '("cdrdao" "dvd+rw-tools" "libburn" "sox"))))
+ '("cdrdao" "cdrtools" "dvd+rw-tools" "libburn" "sox"))))
#t)))))
(native-inputs
(list extra-cmake-modules pkg-config kdoctools))
(inputs
- (list cdrdao
+ (list bash-minimal
+ cdrdao
+ cdrtools
dvd+rw-tools
ffmpeg
flac
- branch master updated (d519305d83 -> dbf0987971), guix-commits, 2022/07/19
- 01/09: upstream: Sort '%updaters' alphabetically., guix-commits, 2022/07/19
- 02/09: gnu: commencement: Explicitly provide the source of 'tcc-boot'., guix-commits, 2022/07/19
- 03/09: gnu: tcc: Update to a83b285., guix-commits, 2022/07/19
- 04/09: home: Add -I, --list-installed option., guix-commits, 2022/07/19
- 09/09: gnu: clyrics: Update to 0.13., guix-commits, 2022/07/19
- 05/09: system: Add -I, --list-installed option., guix-commits, 2022/07/19
- 08/09: services: tor: Switch to 'least-authority-wrapper'., guix-commits, 2022/07/19
- 06/09: gnu: k3b: Fix build., guix-commits, 2022/07/19
- 07/09: gnu: k3b: Add inputs bash-minimal and cdrtools.,
guix-commits <=