Unverified Commit e1573ae3 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgresqlPackages: remove unused inputs

Thanks, deadnix.
parent 0deef54a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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";
  };
})
}
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  postgresql,
  postgresqlBuildExtension,
  postgresqlTestExtension,
  stdenv,
}:

let
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  postgresql,
  postgresqlBuildExtension,
  postgresqlTestExtension,
  stdenv,
}:

postgresqlBuildExtension (finalAttrs: {
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  postgresql,
  postgresqlBuildExtension,
  protobufc,
  stdenv,
}:

postgresqlBuildExtension {
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  lib,
  postgresql,
  postgresqlBuildExtension,
  stdenv,
}:

postgresqlBuildExtension (finalAttrs: {
Loading