mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ephemeralpg: Add bash-minimal to inputs.
* gnu/packages/databases.scm (ephemeralpg) [inputs]: Add bash-minimal. Change-Id: I7f1888b1413f14f1303829aa20e976ccf6d5b86e
This commit is contained in:
parent
b33c4e954a
commit
a5dd476b41
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue