Loading pkgs/servers/mautrix-signal/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ fetchpatch, olm, libsignal-ffi, versionCheckHook, # This option enables the use of an experimental pure-Go implementation of # the Olm protocol instead of libolm for end-to-end encryption. Using goolm # is not recommended by the mautrix developers, but they are interested in Loading Loading @@ -63,6 +64,10 @@ buildGoModule rec { unset LD_LIBRARY_PATH ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; meta = with lib; { homepage = "https://github.com/mautrix/signal"; description = "Matrix-Signal puppeting bridge"; Loading Loading
pkgs/servers/mautrix-signal/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ fetchpatch, olm, libsignal-ffi, versionCheckHook, # This option enables the use of an experimental pure-Go implementation of # the Olm protocol instead of libolm for end-to-end encryption. Using goolm # is not recommended by the mautrix developers, but they are interested in Loading Loading @@ -63,6 +64,10 @@ buildGoModule rec { unset LD_LIBRARY_PATH ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; meta = with lib; { homepage = "https://github.com/mautrix/signal"; description = "Matrix-Signal puppeting bridge"; Loading