mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
b01c88e620
o switch to using finalAttrs pattern over rec expression in mkDerivation call o use hash over sha256 in calls to fetchers o remove the build-time dependency on gnumake42; dtools now builds fine with the latest version of GNU make o use stdenv's implicit phases that build+install with make o specify make flags through makeFlags rather than through an arbitrary attribute o remove unnecessary make flags o build with parallelism o use checkTarget instead of providing a full checkPhase o clean up meta
12 lines
335 B
Diff
12 lines
335 B
Diff
--- a/rdmd_test.d
|
|
+++ b/rdmd_test.d
|
|
@@ -616,7 +616,7 @@ void runTests(string rdmdApp, string compiler, string model)
|
|
enforce(res.status == 1, res.output);
|
|
}
|
|
|
|
- version (Posix)
|
|
+ version (none)
|
|
{
|
|
import std.conv : to;
|
|
auto makeVersion = execute(["make", "--version"]).output.splitLines()[0];
|