postgresqlPackages: remove unused derivation arguments

Those had been replaced by the following a while ago:

  buildInputs = postgresql.buildInputs
This commit is contained in:
Wolfgang Walther
2024-09-23 20:05:37 +02:00
parent f27f203f5a
commit fa8a147338
3 changed files with 1 additions and 3 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, postgresql, openssl, zlib, readline, libkrb5, libxcrypt }:
{ lib, stdenv, fetchFromGitHub, postgresql }:
stdenv.mkDerivation rec {
pname = "pg_auto_failover";
@@ -4,7 +4,6 @@
, postgresql
, postgresqlTestHook
, testers
, zlib
}:
stdenv.mkDerivation (finalAttrs: {
@@ -5,7 +5,6 @@
, flex
, curl
, json_c
, libxcrypt
}:
stdenv.mkDerivation rec {