mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
ephemeralpg: Add meta
This commit is contained in:
parent
a67445509b
commit
9de667042b
@ -12,4 +12,9 @@ stdenv.mkDerivation rec {
|
||||
PREFIX=$out make install
|
||||
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 New Issue
Block a user