Merge pull request #236258 from kirillrdy/browserpass

browserpass: fix dynamic loader
This commit is contained in:
Martin Weinelt 2023-06-06 15:07:40 +02:00 committed by GitHub
commit e0e32fbaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, fetchFromGitHub , fetchFromGitHub
, gnupg , gnupg
, makeWrapper , makeWrapper
, autoPatchelfHook
}: }:
buildGoModule rec { buildGoModule rec {
@ -17,7 +18,7 @@ buildGoModule rec {
sha256 = "sha256-UZzOPRRiCUIG7uSSp9AEPMDN/+4cgyK47RhrI8oUx8U="; sha256 = "sha256-UZzOPRRiCUIG7uSSp9AEPMDN/+4cgyK47RhrI8oUx8U=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
vendorHash = "sha256-CjuH4ANP2bJDeA+o+1j+obbtk5/NVLet/OFS3Rms4r0="; vendorHash = "sha256-CjuH4ANP2bJDeA+o+1j+obbtk5/NVLet/OFS3Rms4r0=";