diff options
author | Christopher Baines <mail@cbaines.net> | 2020-01-31 12:46:21 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-01-31 12:46:21 +0100 |
commit | 9754a274b403c67f8f7b6433b70853a1901669b3 (patch) | |
tree | 9f0efa106484366492d0f93c112d241f162eaf5b | |
parent | 1ab6ecd64f29562fb2186ef46f97dc36e824d4cc (diff) | |
download | data-service-9754a274b403c67f8f7b6433b70853a1901669b3.tar data-service-9754a274b403c67f8f7b6433b70853a1901669b3.tar.gz |
Add ephemeralpg to the guix-dev.scm file
This is used for running the tests.
-rw-r--r-- | guix-dev.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-dev.scm b/guix-dev.scm index b73c9cd..d0bd7cb 100644 --- a/guix-dev.scm +++ b/guix-dev.scm @@ -59,6 +59,7 @@ (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) + ("ephemeralpg" ,ephemeralpg) ("pkg-config" ,pkg-config) ("ruby-rerun" ,ruby-rerun))) (synopsis "TODO") |