mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: lyx: Use Python 3.
* gnu/packages/tex.scm (lyx)[inputs, native-inputs]: Replace python-2 with default python.
This commit is contained in:
parent
3306784a29
commit
b3701ca198
1 changed files with 2 additions and 5 deletions
|
@ -6303,17 +6303,14 @@ (define-public lyx
|
|||
("hunspell" ,hunspell) ; Note: Could also use aspell instead.
|
||||
("libx11" ,libx11)
|
||||
("mythes" ,mythes)
|
||||
("python" ,python-2)
|
||||
("python" ,python)
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-fonts-ec)))))
|
||||
;; FIXME: Python 3.7.0 cannot be used because the test infrastructure
|
||||
;; "requires a bytes-like object, not 'str'". This may be fixed with
|
||||
;; upgrades to Python.
|
||||
(native-inputs
|
||||
`(("python-2" ,python-2)
|
||||
`(("python" ,python)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.lyx.org/")
|
||||
(synopsis "Document preparation system with GUI")
|
||||
|
|
Loading…
Reference in a new issue