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/packages/patches | |
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/packages/patches')
-rw-r--r-- | gnu/packages/patches/lyx-2.2.3-fix-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/patches/lyx-2.2.3-fix-test.patch b/gnu/packages/patches/lyx-2.2.3-fix-test.patch new file mode 100644 index 0000000000..10b7d2a3a9 --- /dev/null +++ b/gnu/packages/patches/lyx-2.2.3-fix-test.patch @@ -0,0 +1,13 @@ +See https://www.lyx.org/trac/ticket/10800#comment:17 +diff --git a/src/tex2lyx/test/test-structure.lyx.lyx b/src/tex2lyx/test/test-structure.lyx.lyx +index feff755cd2..2c7f2ace5c 100644 +--- a/src/tex2lyx/test/test-structure.lyx.lyx ++++ b/src/tex2lyx/test/test-structure.lyx.lyx +@@ -212,7 +212,7 @@ This causes the + \begin_inset Flex Flex:Strong + status collapsed + +-\begin_layout Standard ++\begin_layout Plain Layout + logikalmkup + \end_layout |