mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
eid-{mw,viewer}: run tests
Not doing so in this case seems downright irresponsible.
This commit is contained in:
parent
130f66b683
commit
0fd09d1165
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
--replace "modutil" "${nssTools}/bin/modutil"
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Belgian electronic identity card (eID) middleware";
|
||||
homepage = http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/;
|
||||
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
||||
wrapProgram $out/bin/eid-viewer --suffix LD_LIBRARY_PATH : ${pcsclite}/lib
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Belgian electronic identity card (eID) viewer";
|
||||
homepage = http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/;
|
||||
|
Loading…
Reference in New Issue
Block a user