diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-02-16 17:03:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-02-16 17:05:41 +0100 |
commit | 2e9ab44153a9494176d47280bb975532b77d9bae (patch) | |
tree | 4f6b1c0beaef6e5446425e207aacbb12b23e1d5e | |
parent | 66db03bf0ca1de7269e2f098410365c37ed07198 (diff) |
gnu: texlive-psnfss: Replace with texlive-psnfss/fixed.
* gnu/packages/tex.scm (texlive-psnfss)[replacement]: Replace with
texlive-psnfss/fixed.
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index be42f29c17..b6c310bdbb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4301,6 +4301,8 @@ language that is written in a Cyrillic alphabet.") "11f14dzhwsy4pli21acccip43d36nf3pac33ihjffnps1i2mhqkd")))) (package (inherit template) + ;; TODO: This package is missing files. + (replacement texlive-psnfss/fixed) (arguments (substitute-keyword-arguments (package-arguments template) ((#:tex-directory _ #t) |