libpg_query: add squawk as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2023-07-07 04:20:00 +00:00
parent d57184a95d
commit bc0f523981

View file

@ -1,4 +1,4 @@
{ 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";