diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-06 03:14:17 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-06 03:19:40 -0500 |
commit | e50d5b8c9d948a2aa08c69aaa2e4a778387ed944 (patch) | |
tree | c704a821f1332dc4aa933946b492fc921d3858b6 /gnu/packages/calendar.scm | |
parent | e0c32fc817fcdb5abe7d4ad82a99b749d509d761 (diff) | |
download | guix-e50d5b8c9d948a2aa08c69aaa2e4a778387ed944.tar guix-e50d5b8c9d948a2aa08c69aaa2e4a778387ed944.tar.gz |
gnu: khal: Disable failing tests.
* gnu/packages/patches/khal-disable-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/calendar.scm (khal): Use it.
Diffstat (limited to 'gnu/packages/calendar.scm')
-rw-r--r-- | gnu/packages/calendar.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 447dcd698e..70bf8f9573 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -88,6 +88,7 @@ data units.") (source (origin (method url-fetch) (uri (pypi-uri "khal" version)) + (patches (search-patches "khal-disable-failing-tests.patch")) (sha256 (base32 "03vy4dp9n43w51mwqjjy08dr5nj7wxqnb085visz3j43vzm42p1f")))) |