diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2018-12-18 21:17:16 +0000 |
---|---|---|
committer | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2018-12-19 09:45:39 -0500 |
commit | dba83d7d14f8649932ed9e9900fbc8421ed39858 (patch) | |
tree | 793abdf4c7ecf3c4132daf0620dbf916f0a9e4cd /gnu/local.mk | |
parent | 38abef124bc18d3834eb12352a974b6143f62e97 (diff) | |
download | guix-dba83d7d14f8649932ed9e9900fbc8421ed39858.tar guix-dba83d7d14f8649932ed9e9900fbc8421ed39858.tar.gz |
gnu: stumpwm: Fix gnew command.
The new release of StumpWM broken the interactive 'gnew' command. It was
fixed upstream [0] and will be part of the next release.
0: https://github.com/stumpwm/stumpwm/pull/538
* gnu/packages/patches/stumpwm-fix-broken-read-one-line.patch: New file.
* gnu/packages/lisp.scm (stumpwm)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0d60e9b75e..8e1ce88bcf 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1174,6 +1174,7 @@ dist_patch_DATA = \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \ + %D%/packages/patches/stumpwm-fix-broken-read-one-line.patch \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ %D%/packages/patches/t1lib-CVE-2011-1552+.patch \ |