Merge pull request #236258 from kirillrdy/browserpass
browserpass: fix dynamic loader
This commit is contained in:
commit
e0e32fbaf5
@ -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=";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user