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
, 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=";