From 406bbc5d44ef2800a9cf115331c09a1b5282c15d Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sat, 12 Jun 2021 22:01:29 +0200 Subject: nongnu: firefox: Add WebAuthn and U2F support. * nongnu/packages/mozilla.scm (firefox)[phases]: Add eudev to the wrapper. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/mozilla.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 5c9eb3a..cd74390 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -15,9 +15,10 @@ ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2019, 2020 Adrian Malacoda ;;; Copyright (C) 2019, 2020 Adrian Malacoda -;;; Copyright © 2020 Jonathan Brielmaier +;;; Copyright © 2020, 2021 Jonathan Brielmaier ;;; Copyright © 2020 Zhu Zihao ;;; Copyright © 2021 pineapples +;;; Copyright © 2021 Brice Waegeneire ;;; ;;; This file is not part of GNU Guix. ;;; @@ -64,6 +65,7 @@ #:use-module (gnu packages libevent) #:use-module (gnu packages libffi) #:use-module (gnu packages libreoffice) ;for hunspell + #:use-module (gnu packages linux) #:use-module (gnu packages llvm) #:use-module (gnu packages m4) #:use-module (gnu packages node) @@ -287,6 +289,7 @@ (string-append (assoc-ref inputs x) "/lib")) '("pulseaudio" "mesa" + "udev" ;; For U2F and WebAuthn ;; For the integration of native notifications "libnotify"))) (gtk-share (string-append (assoc-ref inputs "gtk+") @@ -371,6 +374,7 @@ ("pulseaudio" ,pulseaudio) ("startup-notification" ,startup-notification) ("sqlite" ,sqlite) + ("udev" ,eudev) ("unzip" ,unzip) ("zip" ,zip) ("zlib" ,zlib))) -- cgit v1.2.3