diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-13 03:20:53 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-22 23:11:17 +0100 |
commit | ec40a0501f08c9d95318612d7c67aed13e509287 (patch) | |
tree | 88518dbf16d93c7c268c954e3dc8ba362fa16445 /gnu/local.mk | |
parent | 282e48eae92b1988fc7fddbf206030ccf1623728 (diff) | |
download | guix-ec40a0501f08c9d95318612d7c67aed13e509287.tar guix-ec40a0501f08c9d95318612d7c67aed13e509287.tar.gz |
gnu: Add lyx.
* gnu/packages/patches/lyx-2.2.3-fix-test.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/tex.scm (lyx): New variable.
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 b0196c7313..26d2369a5a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -901,6 +901,7 @@ dist_patch_DATA = \ %D%/packages/patches/luminance-hdr-qt-printer.patch \ %D%/packages/patches/lvm2-static-link.patch \ %D%/packages/patches/lxsession-use-gapplication.patch \ + %D%/packages/patches/lyx-2.2.3-fix-test.patch \ %D%/packages/patches/mailutils-uninitialized-memory.patch \ %D%/packages/patches/make-impure-dirs.patch \ %D%/packages/patches/mars-install.patch \ |