diff options
author | Pjotr Prins | 2015-12-27 13:25:59 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-27 13:25:59 +0300 |
commit | 8f2b980e8c5ed82aa4a065f1da963962e9e2fdef (patch) | |
tree | bd8a874c31730107cfb2d7bf50e2bedae46b2079 | |
parent | aa77121ae74d11618dcd91fcefcd7b50e99926a5 (diff) | |
download | guix-bioinformatics-8f2b980e8c5ed82aa4a065f1da963962e9e2fdef.tar.gz |
D syntax
-rw-r--r-- | ldc-disable-tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldc-disable-tests.patch b/ldc-disable-tests.patch index 31ad195..178755c 100644 --- a/ldc-disable-tests.patch +++ b/ldc-disable-tests.patch @@ -1,5 +1,5 @@ diff --git a/std/datetime.d b/std/datetime.d -index 8e4ed3b..26a4fbe 100644 +index 8e4ed3b..14eb032 100644 --- a/std/datetime.d +++ b/std/datetime.d @@ -28018,6 +28018,7 @@ public: @@ -15,7 +15,7 @@ index 8e4ed3b..26a4fbe 100644 import std.format : format; - name = strip(name); -+ name = "." ~ strip(name); ++ name = "./" ~ strip(name); enforce(tzDatabaseDir.exists(), new DateTimeException(format("Directory %s does not exist.", tzDatabaseDir))); enforce(tzDatabaseDir.isDir, new DateTimeException(format("%s is not a directory.", tzDatabaseDir))); |