9 stdenv.mkDerivation rec {
10 pname = "ephemeralpg";
13 url = "https://eradman.com/ephemeralpg/code/${pname}-${version}.tar.gz";
14 hash = "sha256-pVQrfSpwJnxCRXAUpZQZsb0Z/wlLbjdaYmhVevgHrgo=";
16 nativeBuildInputs = [ makeWrapper ];
19 PREFIX=$out make install
20 wrapProgram $out/bin/pg_tmp --prefix PATH : ${
28 description = "Run tests on an isolated, temporary PostgreSQL database";
29 license = licenses.isc;
30 homepage = "https://eradman.com/ephemeralpg/";
31 platforms = platforms.all;
32 maintainers = with maintainers; [