knot-resolver: enable checks on aarch64
The cqueues fix is in nixpkgs already, so it works now.
This commit is contained in:
@@ -60,8 +60,7 @@ unwrapped = stdenv.mkDerivation rec {
|
|||||||
rm "$out"/lib/libkres.a
|
rm "$out"/lib/libkres.a
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# aarch64: see https://github.com/wahern/cqueues/issues/223
|
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
|
||||||
doInstallCheck = with stdenv; hostPlatform == buildPlatform && !hostPlatform.isAarch64;
|
|
||||||
installCheckInputs = [ cmocka which cacert ];
|
installCheckInputs = [ cmocka which cacert ];
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
meson test --print-errorlogs
|
meson test --print-errorlogs
|
||||||
|
|||||||
Reference in New Issue
Block a user