aboutsummaryrefslogtreecommitdiff
path: root/ldc-disable-tests.patch
diff options
context:
space:
mode:
authorPjotr Prins2015-12-26 19:37:02 +0300
committerPjotr Prins2015-12-26 19:37:02 +0300
commitb6207ab81cd2050fe66cb1d70a4341a58ecb8ce6 (patch)
tree205420644a4e344551a20f38995d03311e359ab0 /ldc-disable-tests.patch
parenta1fe2ca61e15738220aee34618fa75792d802554 (diff)
downloadguix-bioinformatics-b6207ab81cd2050fe66cb1d70a4341a58ecb8ce6.tar.gz
ldc: tzdata test fix
Diffstat (limited to 'ldc-disable-tests.patch')
-rw-r--r--ldc-disable-tests.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/ldc-disable-tests.patch b/ldc-disable-tests.patch
index d88aa21..1e13ea6 100644
--- a/ldc-disable-tests.patch
+++ b/ldc-disable-tests.patch
@@ -1,20 +1,15 @@
diff --git a/std/datetime.d b/std/datetime.d
-index 8e4ed3b..d904a49 100644
+index 8e4ed3b..1be9099 100644
--- a/std/datetime.d
+++ b/std/datetime.d
-@@ -28018,7 +28018,11 @@ public:
+@@ -28018,6 +28018,7 @@ public:
The default directory where the TZ Database files are. It's empty
for Windows, since Windows doesn't have them.
+/
-- enum defaultTZDatabaseDir = "/usr/share/zoneinfo/";
+
-+ pragma(msg, "test disabled on GNU Guix");
-+
-+ // enum defaultTZDatabaseDir = "/usr/share/zoneinfo/";
-+ enum defaultTZDatabaseDir = "";
+ enum defaultTZDatabaseDir = "/usr/share/zoneinfo/";
}
else version(Windows)
- {
diff --git a/std/path.d b/std/path.d
index 254d8f0..b0fc04d 100644
--- a/std/path.d