GNU bug report logs -
#48980
[PATCH 0/2] icecat, icedove: Add U2F and WebAuthn support
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Sat, 12 Jun 2021 21:17:02 UTC
Severity: normal
Tags: patch
Merged with 49362
Done: Brice Waegeneire <brice <at> waegenei.re>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Brice,
Brice Waegeneire <brice <at> waegenei.re> writes:
> Could you take a look at this patch adding U2F support to icecat ?
Thanks for this, but I see a problem. The new input has key "eudev":
> @@ -910,6 +911,7 @@ from forcing GEXP-PROMISE."
> ;; UNBUNDLE-ME! ("nss" ,nss)
> ("shared-mime-info" ,shared-mime-info)
> ;; UNBUNDLE-ME! ("sqlite" ,sqlite)
> + ("eudev" ,eudev)
> ("unzip" ,unzip)
> ("zip" ,zip)
> ;; UNBUNDLE-ME! ("zlib" ,zlib)
but the code added to the 'wrap-program' phase looks for key "udev":
> + (ld-libs (map (lambda (lib)
> + (string-append (assoc-ref inputs lib)
> + "/lib"))
> + '("libxscrnsaver"
> + "mesa"
> + "mit-krb5"
> + "udev"
> + "pulseaudio"))))
I don't see how this can work. Did you test it?
Regards,
Mark
--
Disinformation flourishes because many people care deeply about injustice
but very few check the facts. Ask me about <https://stallmansupport.org>.
This bug report was last modified 3 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.