gnu: wgetpaste: Add missing input.

* gnu/packages/wget.scm (wgetpaste)[inputs]: Add bash-minimal.
This commit is contained in:
Efraim Flashner 2022-05-29 16:23:48 +03:00
parent 69af8a6837
commit c62be7d530
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -24,6 +24,7 @@
(define-module (gnu packages wget)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
#:use-module (gnu packages compression)
#:use-module (gnu packages documentation)
#:use-module (gnu packages gnunet)
@ -124,7 +125,7 @@ (define-public wgetpaste
#t))))
#:tests? #f)) ; no test target
(inputs
(list wget xclip))
(list bash-minimal wget xclip))
(home-page "https://wgetpaste.zlin.dk/")
(synopsis "Script that automates pasting to a number of pastebin services")
(description