diff options
author | Maxime Devos <[email protected]> | 2021-07-02 12:07:42 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:42:42 +0200 |
commit | 9cd490205ae64dc380ab4134bc7eb137afca9ade (patch) | |
tree | b2550d9d0916fd9a1c30ab2148a8f85ed67e28c5 /gnu | |
parent | 3a42d262006ed2d99fab9d1e47a6eb515311e77b (diff) |
gnu: zeal: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/documentation.scm (zeal)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/documentation.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 75a251a0eb..bd27777895 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -440,7 +440,8 @@ the Net to search for documents which are not on the local system.") (native-inputs (list extra-cmake-modules pkg-config)) (inputs - (list libarchive + (list bash-minimal + libarchive sqlite qtbase-5 qtdeclarative-5 |