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")
|
||||
"/bin")
|
||||
;; For getsocket.
|
||||
,(string-append out "/bin")))))
|
||||
#t)))
|
||||
,(string-append out "/bin"))))))))
|
||||
#:test-target "test"))
|
||||
(inputs
|
||||
(list postgresql util-linux))
|
||||
(list bash-minimal postgresql util-linux))
|
||||
(native-inputs
|
||||
;; For tests.
|
||||
(list ruby which))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue