Loading pkgs/development/libraries/libpg_query/default.nix +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"; Loading @@ -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"; Loading Loading
pkgs/development/libraries/libpg_query/default.nix +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"; Loading @@ -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"; Loading