aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-04-08 15:52:13 -0400
committerLeo Famulari <leo@famulari.name>2017-04-08 15:53:00 -0400
commitea240de4af85ae8ecc0c1afcd4778e01a88e6f5c (patch)
tree0f1027b01fbb839051b5403ab91566006029fca4 /gnu/local.mk
parentb496bfea415750d710dd3ead4bc2ded9d4a6e71d (diff)
downloadguix-ea240de4af85ae8ecc0c1afcd4778e01a88e6f5c.tar
guix-ea240de4af85ae8ecc0c1afcd4778e01a88e6f5c.tar.gz
screen: Fix info page build failure.
* gnu/packages/patches/screen-fix-info-syntax-error.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/screen.scm (screen)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index ac6a596923..a8d0066019 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -916,6 +916,7 @@ dist_patch_DATA = \
%D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\
%D%/packages/patches/scheme48-tests.patch \
%D%/packages/patches/scotch-test-threading.patch \
+ %D%/packages/patches/screen-fix-info-syntax-error.patch \
%D%/packages/patches/sdl-libx11-1.6.patch \
%D%/packages/patches/seq24-rename-mutex.patch \
%D%/packages/patches/serf-comment-style-fix.patch \