Commit bc0f5239 authored by Mario Rodas's avatar Mario Rodas
Browse files

libpg_query: add squawk as reverse dependency to passthru.tests

parent d57184a9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, which }:
{ lib, stdenv, fetchFromGitHub, which, squawk }:

stdenv.mkDerivation rec {
  pname = "libpg_query";
@@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
  doCheck = true;
  checkTarget = "test";

  passthru.tests = {
    inherit squawk;
  };

  meta = with lib; {
    homepage = "https://github.com/pganalyze/libpg_query";
    description = "C library for accessing the PostgreSQL parser outside of the server environment";