Unverified Commit cbd187e0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.pgddl: refactor strictDeps (#378774)

parents 94439817 d975047a
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
  ];