diff --git a/pkgs/misc/repolocli/default.nix b/pkgs/misc/repolocli/default.nix
index 89c0f3abb5f1429b55519cd69e00d800cc1ed10a..93e8bf974da3247a56bd804ebd800bd07a2ac5a9 100644
--- a/pkgs/misc/repolocli/default.nix
+++ b/pkgs/misc/repolocli/default.nix
@@ -1,4 +1,4 @@
-{ lib, rustPlatform, fetchFromSourcehut, openssl, pkg-config, makeWrapper }:
+{ stdenv, lib, rustPlatform, fetchFromSourcehut, curl, libiconv, openssl, pkg-config, makeWrapper }:
rustPlatform.buildRustPackage rec {
pname = "repolocli";
@@ -16,7 +16,8 @@ cargoHash = "sha256-jpsWnDQVwlgKL0P77mOCeeUHsWeG26C3L2SJV3U3im4=";
nativeBuildInputs = [ pkg-config makeWrapper ];
postInstall = ''
install -Dm644 repolocli.toml -t $out/etc/xdg
application/octet-stream
This content has been proxied by September (3851b).