doc: adapt to nativeCheckInputs

This commit is contained in:
Guillaume Girol
2023-01-11 12:00:00 +00:00
parent b7042dc36a
commit d26caea94b
5 changed files with 49 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation {
# ...
checkInputs = [
nativeCheckInputs = [
postgresql
postgresqlTestHook
];