browserpass: fix dynamic loader

This commit is contained in:
Kirill Radzikhovskyy
2023-06-06 21:32:20 +10:00
parent 962cc00249
commit 33c50b885b
+2 -1
View File
@@ -4,6 +4,7 @@
, fetchFromGitHub
, gnupg
, makeWrapper
, autoPatchelfHook
}:
buildGoModule rec {
@@ -17,7 +18,7 @@ buildGoModule rec {
sha256 = "sha256-UZzOPRRiCUIG7uSSp9AEPMDN/+4cgyK47RhrI8oUx8U=";
};
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
vendorHash = "sha256-CjuH4ANP2bJDeA+o+1j+obbtk5/NVLet/OFS3Rms4r0=";