apr: run tests

+2
+2
pkgs/development/libraries/apr/default.nix
··· 57 # - Regenerate for cross fix patch 58 nativeBuildInputs = [ autoreconfHook ]; 59 60 enableParallelBuilding = true; 61 62 meta = with lib; {
··· 57 # - Regenerate for cross fix patch 58 nativeBuildInputs = [ autoreconfHook ]; 59 60 + doCheck = true; 61 + 62 enableParallelBuilding = true; 63 64 meta = with lib; {