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.master
parent
dba83d7d14
commit
af8c90e862
|
@ -978,6 +978,8 @@ from other CLXes around the net.")
|
||||||
(base32 "177gxfk4c127i9crghx6fmkipznhgylvzgnjb2pna38g21gg6s39"))
|
(base32 "177gxfk4c127i9crghx6fmkipznhgylvzgnjb2pna38g21gg6s39"))
|
||||||
(file-name (string-append "stumpwm-" version ".tar.gz"))
|
(file-name (string-append "stumpwm-" version ".tar.gz"))
|
||||||
(patches
|
(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"))))
|
(search-patches "stumpwm-fix-broken-read-one-line.patch"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs `(("fiasco" ,sbcl-fiasco)))
|
(native-inputs `(("fiasco" ,sbcl-fiasco)))
|
||||||
|
|
Reference in New Issue