Skip to content

Commit eccd7a6

Browse files
committed
fix(mcl/default.nix): Remove dmd compiler flags from build and test configurations
1 parent 79759c4 commit eccd7a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/mcl/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ buildDubPackage rec {
5656
'';
5757

5858
dubBuildFlags = [
59-
"--compiler=dmd"
6059
"-b"
6160
"debug"
6261
];
6362

6463
dubTestFlags = [
65-
"--compiler=dmd"
6664
"--"
6765
"-e"
6866
excludedTests

0 commit comments

Comments
 (0)