all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Still need help installing ProtonMail Bridge
@ 2019-07-14 23:57 Gary Johnson
  2019-07-15  2:56 ` Meiyo Peng
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Johnson @ 2019-07-14 23:57 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I sent an email out a week ago detailing my attempt to create a package
definition that would install the ProtonMail Bridge client
(https://protonmail.com/bridge/) and seeking help from anyone who might
be able to help me debug my Scheme code.

As no one has yet responded, I'm guessing that either no one knows how
to help me or that my message was too long and was therefore skipped
over by most readers.

Let me try again succinctly (TL;DR):

What should I add/change in my propagated-inputs clause so that ldd can
link these two libraries to my package?

   Missing libs:
   - libstdc++.so.6
   - libgcc_s.so.1

   Current package code:
   (propagated-inputs `(("libz"          ,compression:zlib)
                        ("qtbase"        ,qtbase-5.12)
                        ("qtmultimedia"  ,qt:qtmultimedia)
                        ("qtdeclarative" ,qt:qtdeclarative)
                        ("qtsvg"         ,qt:qtsvg)
                        ("libsecret"     ,gnome:libsecret)
                        ("font-dejavu"   ,fonts:font-dejavu)))

Help?
  Gary

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Still need help installing ProtonMail Bridge
  2019-07-14 23:57 Still need help installing ProtonMail Bridge Gary Johnson
@ 2019-07-15  2:56 ` Meiyo Peng
  0 siblings, 0 replies; 2+ messages in thread
From: Meiyo Peng @ 2019-07-15  2:56 UTC (permalink / raw)
  To: Gary Johnson; +Cc: help-guix

Hi Gary,

Gary Johnson writes:

> I sent an email out a week ago detailing my attempt to create a package
> definition that would install the ProtonMail Bridge client
> (https://protonmail.com/bridge/) and seeking help from anyone who might
> be able to help me debug my Scheme code.
>
> As no one has yet responded, I'm guessing that either no one knows how
> to help me or that my message was too long and was therefore skipped
> over by most readers.
>
> Let me try again succinctly (TL;DR):
>
> What should I add/change in my propagated-inputs clause so that ldd can
> link these two libraries to my package?
>
> ...
>
> Help?

As a GNU project, we only support free software.  The ProtonMail bridge
is not free (free as in freedom).  Thus no one respond to your help
request.

I suggest you to try the alternative ProtonMail bridge developed by
emersion: https://github.com/emersion/hydroxide.  It's free and it works
on Guix.  Just follow the instructions on it's home page.  It's very
easy to set up.


--
Meiyo Peng
https://www.pengmeiyu.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-15  2:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 23:57 Still need help installing ProtonMail Bridge Gary Johnson
2019-07-15  2:56 ` Meiyo Peng

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.