diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-08 15:52:13 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-08 15:53:00 -0400 |
commit | ea240de4af85ae8ecc0c1afcd4778e01a88e6f5c (patch) | |
tree | 0f1027b01fbb839051b5403ab91566006029fca4 /gnu/local.mk | |
parent | b496bfea415750d710dd3ead4bc2ded9d4a6e71d (diff) | |
download | guix-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.mk | 1 |
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 \ |