diff options
author | Mark H Weaver <mhw@netris.org> | 2014-02-16 02:23:18 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-02-16 16:40:21 -0500 |
commit | 436c95d9a73064d7884530928a6ebb331377a9e3 (patch) | |
tree | cc9fdaa2128f9fa534414e853a9b38eb53c91279 /gnu-system.am | |
parent | 72f210eafaad4c1bb4af78eb2353f8d9bfc7c4ac (diff) | |
download | guix-436c95d9a73064d7884530928a6ebb331377a9e3.tar guix-436c95d9a73064d7884530928a6ebb331377a9e3.tar.gz |
gnu: dmd: Sleep longer in tests, for slower machines.
* gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file.
* gnu/packages/admin.scm (dmd): Add the patch.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 44ecf86de8..9b0a6919d9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -247,6 +247,7 @@ dist_patch_DATA = \ gnu/packages/patches/dbus-localstatedir.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dmd-getpw.patch \ + gnu/packages/patches/dmd-tests-longer-sleeps.patch \ gnu/packages/patches/emacs-configure-sh.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flac-fix-memcmp-not-declared.patch \ |