all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 48980@debbugs.gnu.org
Subject: [bug#48980] [PATCH v2 2/2] gnu: icedove: Add WebAuthn support.
Date: Sun, 20 Jun 2021 11:32:22 +0200	[thread overview]
Message-ID: <20210620093222.3519-2-brice@waegenei.re> (raw)
In-Reply-To: <20210620093222.3519-1-brice@waegenei.re>

* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add eudev.
[phases]: Add eudev to the wrapper.
---
 gnu/packages/gnuzilla.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 84feab777e..053d4f1822 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1542,10 +1542,12 @@ standards of the IceCat project.")
                     (gtk (assoc-ref inputs "gtk+"))
                     (gtk-share (string-append gtk "/share"))
                     (pulseaudio (assoc-ref inputs "pulseaudio"))
-                    (pulseaudio-lib (string-append pulseaudio "/lib")))
+                    (pulseaudio-lib (string-append pulseaudio "/lib"))
+                    (eudev (assoc-ref inputs "eudev"))
+                    (eudev-lib (string-append eudev "/lib")))
                (wrap-program (car (find-files lib "^icedove$"))
                  `("XDG_DATA_DIRS" prefix (,gtk-share))
-                 `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib)))
+                 `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,eudev-lib)))
                #t))))))
     (inputs
      `(("bzip2" ,bzip2)
@@ -1581,6 +1583,7 @@ standards of the IceCat project.")
        ("pulseaudio" ,pulseaudio)
        ("sqlite" ,sqlite)
        ("startup-notification" ,startup-notification)
+       ("eudev" ,eudev)
        ("unzip" ,unzip)
        ("zip" ,zip)
        ("zlib" ,zlib)))
-- 
2.31.1





  reply	other threads:[~2021-06-20  9:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12 21:16 [bug#48980] [PATCH 0/2] icecat, icedove: Add U2F and WebAuthn support Brice Waegeneire
2021-06-12 21:19 ` [bug#48980] [PATCH 1/2] gnu: icecat: Add " Brice Waegeneire
2021-06-12 21:19 ` [bug#48980] [PATCH 2/2] gnu: icedove: " Brice Waegeneire
2021-06-12 22:09   ` Jonathan Brielmaier
2021-06-13  7:51     ` [bug#48980] [PATCH 0/2] icecat, icedove: Add U2F and " Brice Waegeneire
2021-06-20  9:32 ` [bug#48980] [PATCH v2 1/2] gnu: icecat: Add " Brice Waegeneire
2021-06-20  9:32   ` Brice Waegeneire [this message]
2021-06-23 21:09 ` [bug#48980] [PATCH 0/2] icecat, icedove: Add U2F and " Jonathan Brielmaier
2021-07-03 15:55   ` Brice Waegeneire
2021-07-03 17:18     ` Mark H Weaver
2021-07-03 20:15       ` [bug#49362] [PATCH v3] gnu: icecat: Add " Brice Waegeneire
2021-09-04  7:39         ` bug#49362: " Brice Waegeneire

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210620093222.3519-2-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=48980@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.