gnu: ephemeralpg: Add bash-minimal to inputs.

* gnu/packages/databases.scm (ephemeralpg)
[inputs]: Add bash-minimal.

Change-Id: I7f1888b1413f14f1303829aa20e976ccf6d5b86e
This commit is contained in:
Maxim Cournoyer 2023-10-20 01:18:47 -04:00 committed by Ludovic Courtès
parent b33c4e954a
commit a5dd476b41
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -254,11 +254,10 @@ persistent, single-file databases with support for secondary indexes.")
,(string-append (assoc-ref inputs "postgresql") ,(string-append (assoc-ref inputs "postgresql")
"/bin") "/bin")
;; For getsocket. ;; For getsocket.
,(string-append out "/bin"))))) ,(string-append out "/bin"))))))))
#t)))
#:test-target "test")) #:test-target "test"))
(inputs (inputs
(list postgresql util-linux)) (list bash-minimal postgresql util-linux))
(native-inputs (native-inputs
;; For tests. ;; For tests.
(list ruby which)) (list ruby which))