diff --git a/pkgs/by-name/pr/proxmox-backup-client/package.nix b/pkgs/by-name/pr/proxmox-backup-client/package.nix index 8350bd9f1684..9ac5e32ae4f4 100644 --- a/pkgs/by-name/pr/proxmox-backup-client/package.nix +++ b/pkgs/by-name/pr/proxmox-backup-client/package.nix @@ -10,7 +10,6 @@ libuuid, acl, libxcrypt, - git, installShellFiles, sphinx, systemd, @@ -149,8 +148,10 @@ rustPlatform.buildRustPackage { doCheck = false; + # pbs-buildcfg requires this set, would be the git commit id + REPOID = ""; + nativeBuildInputs = [ - git pkg-config pkgconf rustPlatform.bindgenHook