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

postgresqlPackages.pgddl: refactor strictDeps

This is now done in buildPostgresqlExtension.
parent 7abfe415
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17,10 +17,7 @@ buildPostgresqlExtension (finalAttrs: {
    hash = "sha256-W3G6TGtkj+zXXdGZZR0bmZhsLuFJvuGTlDoo8kL8sf0=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    postgresql
    perl
  ];