mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
guix: texlive import ignores TeXworks.
* guix/import/texlive.scm (translate-depends): Ignore TeXworks files from TeX Live, since they are Windows-only.
This commit is contained in:
@@ -162,6 +162,8 @@ When TEXLIVE-ONLY is true, only TeX Live packages are returned."
|
||||
((? (cut string-suffix? "-dev" <>)) #f)
|
||||
;; Guix does not use Asymptote from TeX Live. Ignore it.
|
||||
("asymptote" #f)
|
||||
;; TeXworks in TeX Live is only for Windows. Don't bother.
|
||||
((or "texworks" "collection-texworks") #f)
|
||||
;; Others.
|
||||
(name name))
|
||||
depends)))
|
||||
|
||||
Reference in New Issue
Block a user