Commit 33c50b88 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

browserpass: fix dynamic loader

parent 962cc002
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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=";