mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: ark: Add bash-minimal to inputs.
* gnu/packages/kde-utils.scm (ark): [inputs]: Add bash-minimal. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c653fecda4
commit
d95c4f71d5
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -26,6 +27,7 @@ (define-module (gnu packages kde-utils)
|
|||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages backup)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages gnome)
|
||||
|
@ -80,7 +82,8 @@ (define-public ark
|
|||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config kdoctools xorg-server))
|
||||
(inputs
|
||||
(list breeze-icons
|
||||
(list bash-minimal
|
||||
breeze-icons
|
||||
karchive
|
||||
kconfig
|
||||
kcrash
|
||||
|
|
Loading…
Reference in a new issue