meta.tests: drop meta.needsVMSupport

Its job is already handled by `requiredSystemFeatures`
This commit is contained in:
Léo Gaspard
2018-11-11 22:47:49 +09:00
parent aade4e577b
commit cae5598611
3 changed files with 3 additions and 19 deletions

View File

@@ -70,8 +70,6 @@ in rec {
mv $i $out/coverage-data/$(dirname $(dirname $i))
done
'';
meta.needsVMSupport = true;
};