postgresqlPackages: remove unused inputs
Thanks, deadnix.
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
runtimeShell,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
postgresqlBuildExtension {
|
||||
pname = "postgresql_anonymizer";
|
||||
|
||||
inherit (pg-dump-anon) version src;
|
||||
@@ -32,4 +31,4 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
meta = lib.getAttrs [ "homepage" "teams" "license" ] pg-dump-anon.meta // {
|
||||
description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
protobufc,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
testers,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
pkg-config,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
testers,
|
||||
}:
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestHook,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
with {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension rec {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
openssl,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
pkg-config,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
xxHash,
|
||||
}:
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
perl,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
postgresqlTestExtension,
|
||||
R,
|
||||
rPackages,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlTestExtension,
|
||||
tcl,
|
||||
tclPackages,
|
||||
}:
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
pname = "system_stats";
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
lib,
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
postgresql,
|
||||
postgresqlBuildExtension,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
|
||||
enableUnfree ? true,
|
||||
}:
|
||||
|
||||
@@ -5,7 +5,6 @@ let
|
||||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
fetchurl,
|
||||
lib,
|
||||
replaceVars,
|
||||
|
||||
Reference in New Issue
Block a user