postgresqlPackages: remove unused derivation arguments
Those had been replaced by the following a while ago: buildInputs = postgresql.buildInputs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user