3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
Signed by untrusted user: efraim
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 @@ in downloaded documents to relative links.")
#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