summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Lemmer Webber <cwebber@dustycloud.org>2018-12-19 09:47:52 -0500
committerChristopher Lemmer Webber <cwebber@dustycloud.org>2018-12-19 09:47:52 -0500
commitaf8c90e86230e1bae93b5ba9b6f77a76f302e203 (patch)
tree0db61f8a802c791e246d942b55687ac1aec5f6e4
parentdba83d7d14f8649932ed9e9900fbc8421ed39858 (diff)
downloadpatches-af8c90e86230e1bae93b5ba9b6f77a76f302e203.tar
patches-af8c90e86230e1bae93b5ba9b6f77a76f302e203.tar.gz
stumpwm: Add comment saying patch can be removed in next release.
* gnu/packages/lisp.scm (stumpwm): Add comment saying patch can be removed in next release.
-rw-r--r--gnu/packages/lisp.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e4669e34f4..0419a558d1 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -978,6 +978,8 @@ from other CLXes around the net.")
(base32 "177gxfk4c127i9crghx6fmkipznhgylvzgnjb2pna38g21gg6s39"))
(file-name (string-append "stumpwm-" version ".tar.gz"))
(patches
+ ;; This patch is included in the post-18.11 git master tree
+ ;; and can be removed when we move to the next release.
(search-patches "stumpwm-fix-broken-read-one-line.patch"))))
(build-system asdf-build-system/sbcl)
(native-inputs `(("fiasco" ,sbcl-fiasco)))