Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/rdmd_test.d 2+++ b/rdmd_test.d 3@@ -616,7 +616,7 @@ void runTests(string rdmdApp, string compiler, string model) 4 enforce(res.status == 1, res.output); 5 } 6 7- version (Posix) 8+ version (none) 9 { 10 import std.conv : to; 11 auto makeVersion = execute(["make", "--version"]).output.splitLines()[0];