mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: phockup: Add bash-minimal to inputs.
* gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
This commit is contained in:
parent
f55e83fa3d
commit
14dbb549f8
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ (define-module (gnu packages image)
|
|||
#:use-module (gnu packages assembly)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages cmake)
|
||||
|
@ -2421,7 +2422,7 @@ (define-public phockup
|
|||
,(search-path-as-string->list
|
||||
(getenv "GUIX_PYTHONPATH"))))))))))
|
||||
(inputs
|
||||
(list perl-image-exiftool python python-tqdm))
|
||||
(list bash-minimal perl-image-exiftool python python-tqdm))
|
||||
(native-inputs
|
||||
(list python-pytest python-pytest-mock))
|
||||
(home-page "https://github.com/ivandokov/phockup")
|
||||
|
|
Loading…
Reference in a new issue