[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: ephemeralpg: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
03/06: gnu: ephemeralpg: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:22:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit e30a32e24785eb0002a5d3d37f3bb66f30a3f846
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:18:47 2023 -0400
gnu: ephemeralpg: Add bash-minimal to inputs.
* gnu/packages/databases.scm (ephemeralpg)
[inputs]: Add bash-minimal.
Change-Id: I7f1888b1413f14f1303829aa20e976ccf6d5b86e
---
gnu/packages/databases.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 19657a98fc..15cfe5a092 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -215,11 +215,10 @@
,(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))
- branch core-updates updated (3a90987e8c -> dc41cf0644), guix-commits, 2023/10/20
- 03/06: gnu: ephemeralpg: Add bash-minimal to inputs.,
guix-commits <=
- 04/06: gnu: mysql: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 05/06: gnu: sqitch: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 06/06: gnu: sqlparse: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/06: gnu: cups-filters: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 02/06: gnu: foo2zjs: Add bash-minimal to inputs., guix-commits, 2023/10/20