Update guix-dev.scm and .envrc

This commit is contained in:
Christopher Baines 2023-11-05 13:45:14 +00:00
parent 03327c0cc3
commit 2135bc5e49
2 changed files with 16 additions and 17 deletions

2
.envrc
View File

@ -2,7 +2,7 @@
export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH=""
use guix -l guix-dev.scm --ad-hoc postgresql
use guix -D -f guix-dev.scm postgresql
export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"

View File

@ -47,23 +47,22 @@
(source #f)
(build-system gnu-build-system)
(inputs
`(("guix" ,guix)
("guile-email" ,guile-email)
("guile-json" ,guile-json-4)
("guile-squee" ,guile-squee)
("guile-fibers" ,guile-fibers-1.1)
("guile-gcrypt" ,guile-gcrypt)
("guile-lzlib" ,guile-lzlib)
("guile-readline" ,guile-readline)
("guile-prometheus" ,guile-prometheus)
("guile" ,guile-3.0-latest)
("sqitch" ,sqitch)))
(list guix
guile-email
guile-json-4
guile-squee
guile-fibers
guile-gcrypt
guile-lzlib
guile-readline
guile-prometheus
guile-next
sqitch))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("ephemeralpg" ,ephemeralpg)
("pkg-config" ,pkg-config)
("ruby-rerun" ,ruby-rerun)))
(list autoconf
automake
ephemeralpg
pkg-config))
(synopsis "TODO")
(description "TODO")
(home-page "TODO")