knot-resolver: enable more tests

Apparently luarocks works now on aarch64-darwin.
main
Vladimír Čunát 2 years ago
parent 3eab641238
commit 9791289e84
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/servers/dns/knot-resolver/default.nix

@ -79,8 +79,7 @@ unwrapped = stdenv.mkDerivation rec {
rm -r "$out"/lib/sysusers.d/ # ATM more likely to harm than help rm -r "$out"/lib/sysusers.d/ # ATM more likely to harm than help
''; '';
doInstallCheck = with stdenv; hostPlatform == buildPlatform doInstallCheck = with stdenv; hostPlatform == buildPlatform;
&& !(isDarwin && isAarch64); # avoid luarocks, as it's broken ATM on the platform
installCheckInputs = [ cmocka which cacert lua.cqueues lua.basexx lua.http ]; installCheckInputs = [ cmocka which cacert lua.cqueues lua.basexx lua.http ];
installCheckPhase = '' installCheckPhase = ''
meson test --print-errorlogs meson test --print-errorlogs

Loading…
Cancel
Save