From 81d289fed0cddab7a6ea8c251b45ae95e1fb16f5 Mon Sep 17 00:00:00 2001 From: Thomas Mader Date: Wed, 10 Jan 2018 22:48:36 +0100 Subject: [PATCH] ldc: Remove dynamiccompile tests for Darwin too --- pkgs/development/compilers/ldc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/ldc/default.nix b/pkgs/development/compilers/ldc/default.nix index d11df241e2af..5fc8c7837a4a 100644 --- a/pkgs/development/compilers/ldc/default.nix +++ b/pkgs/development/compilers/ldc/default.nix @@ -58,9 +58,9 @@ let rm tests/d2/dmd-testsuite/runnable/variadic.d '' - + stdenv.lib.optionalString (stdenv.hostPlatform.isLinux && !bootstrapVersion) '' - # http://forum.dlang.org/thread/xtbbqthxutdoyhnxjhxl@forum.dlang.org - rm -r tests/dynamiccompile + + stdenv.lib.optionalString (!bootstrapVersion) '' + # http://forum.dlang.org/thread/xtbbqthxutdoyhnxjhxl@forum.dlang.org + rm -r tests/dynamiccompile ''; ROOT_HOME_DIR = "$(echo ~root)";