pgbackrest: drop custom installPhase (#365451)

This commit is contained in:
Nick Cao
2024-12-18 08:19:36 -05:00
committed by GitHub
-8
View File
@@ -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/";