Skip to content

Commit

Permalink
pgbackrest: drop custom installPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Dec 15, 2024
1 parent 03a7738 commit b853a40
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/by-name/pg/pgbackrest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ stdenv.mkDerivation rec {
zstd
];

installPhase = ''
runHook preInstall
install -Dm555 -t "$out/bin" src/pgbackrest
runHook postInstall
'';

meta = with lib; {
description = "Reliable PostgreSQL backup & restore";
homepage = "https://pgbackrest.org/";
Expand Down

0 comments on commit b853a40

Please sign in to comment.