me
/
guix
Archived
1
0
Fork 0

gnu: phockup: Add bash-minimal to inputs.

* gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
Arun Isaac 2022-07-26 00:43:05 +05:30
parent f55e83fa3d
commit 14dbb549f8
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@
#: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 @@ Wacom-style graphics tablets.")
,(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")