libpg_query: add squawk as reverse dependency to passthru.tests
This commit is contained in:
parent
d57184a95d
commit
bc0f523981
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, which }:
|
{ lib, stdenv, fetchFromGitHub, which, squawk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpg_query";
|
pname = "libpg_query";
|
||||||
|
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit squawk;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/pganalyze/libpg_query";
|
homepage = "https://github.com/pganalyze/libpg_query";
|
||||||
description = "C library for accessing the PostgreSQL parser outside of the server environment";
|
description = "C library for accessing the PostgreSQL parser outside of the server environment";
|
||||||
|
|
Loading…
Reference in a new issue