12 pname = "web-eid-app";
15 src = fetchFromGitHub {
19 hash = "sha256-UqHT85zuoT/ISFP2qgG2J1518eGEvm5L96ntZ/lx9BE=";
20 fetchSubmodules = true;
30 gtest # required during build of lib/libelectronic-id/lib/libpcsc-cpp
35 description = "signing and authentication operations with smart cards for the Web eID browser extension";
36 mainProgram = "web-eid";
38 The Web eID application performs cryptographic digital signing and
39 authentication operations with electronic ID smart cards for the Web eID
40 browser extension (it is the [native messaging host](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging)
41 for the extension). Also works standalone without the extension in command-line
44 homepage = "https://github.com/web-eid/web-eid-app";
45 license = licenses.mit;
46 maintainers = [ maintainers.flokli ];
47 platforms = platforms.linux;