libu2f-server: fix cross compilation, set strictDeps

+9 -4
+9 -4
pkgs/by-name/li/libu2f-server/package.nix
··· 30 }) 31 ]; 32 33 - nativeBuildInputs = [ pkg-config ]; 34 buildInputs = [ 35 json_c 36 openssl 37 check 38 file 39 - help2man 40 - which 41 - gengetopt 42 ]; 43 44 meta = with lib; {
··· 30 }) 31 ]; 32 33 + strictDeps = true; 34 + 35 + nativeBuildInputs = [ 36 + gengetopt 37 + help2man 38 + pkg-config 39 + which 40 + ]; 41 + 42 buildInputs = [ 43 json_c 44 openssl 45 check 46 file 47 ]; 48 49 meta = with lib; {