gnu: kde: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/kde.scm (akregator)[inputs]: Add 'bash-minimal'. (krita)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2324fb4784a821dce86fac9a17d4ab85c89cdc59
This commit is contained in:
parent
95a6badb9d
commit
8507b8a1a0
@ -219,6 +219,7 @@ This package contains GUI widgets for baloo.")
|
||||
(list akonadi
|
||||
akonadi-contacts
|
||||
akonadi-mime
|
||||
bash-minimal
|
||||
boost
|
||||
breeze-icons
|
||||
gpgme-1.23
|
||||
@ -831,7 +832,8 @@ set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fPIC\" ) "))))
|
||||
qwt
|
||||
vc))
|
||||
(inputs
|
||||
(list boost
|
||||
(list bash-minimal
|
||||
boost
|
||||
exiv2
|
||||
fontconfig
|
||||
fftw-cmake
|
||||
|
Loading…
Reference in New Issue
Block a user