ephemeralpg: Add meta
This commit is contained in:
parent
a67445509b
commit
9de667042b
1 changed files with 5 additions and 0 deletions
|
@ -12,4 +12,9 @@ stdenv.mkDerivation rec {
|
||||||
PREFIX=$out make install
|
PREFIX=$out make install
|
||||||
wrapProgram $out/bin/pg_tmp --prefix PATH : ${postgresql}/bin
|
wrapProgram $out/bin/pg_tmp --prefix PATH : ${postgresql}/bin
|
||||||
'';
|
'';
|
||||||
|
meta = {
|
||||||
|
description = ''Run tests on an isolated, temporary PostgreSQL database.'';
|
||||||
|
license = stdenv.lib.licenses.isc;
|
||||||
|
homepage = http://ephemeralpg.org/;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue