diff options
author | Thomas Albers <thomas@thomaslabs.org> | 2023-07-24 20:11:52 +0200 |
---|---|---|
committer | Thomas Albers <thomas@thomaslabs.org> | 2023-07-24 20:11:52 +0200 |
commit | 1bb1d82c4285bc9c2a7c4e944e0b845f094b8ff6 (patch) | |
tree | 03ede57d8313150fa13d49fe6952ad8b7235e6d6 | |
parent | e16f63be3435bdbfb049e1c2ff00c12e6673a630 (diff) |
* thomaslabs/packages/tex.scm: Remove texlive-pgfplots and texlive-circuitikz
-rw-r--r-- | thomaslabs/packages/tex.scm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/thomaslabs/packages/tex.scm b/thomaslabs/packages/tex.scm index 7d533f7..a3ef7df 100644 --- a/thomaslabs/packages/tex.scm +++ b/thomaslabs/packages/tex.scm @@ -4,25 +4,6 @@ #:use-module (guix build-system texlive)) -(define-public texlive-circuitikz - (package - (name "texlive-circuitikz") - (version (number->string %texlive-revision)) - (source (texlive-origin - name version - (list "doc/latex/circuitikz/" - "tex/latex/circuitikz/" - "tex/generic/circuitikz/" - "tex/context/third/circuitikz/") - (base32 - "00zh7pxshi0fikzr3hnr4bwkn8zm45qscqh7jhdg1w6p09h9wi0k"))) - (build-system texlive-build-system) - (home-page "") - (synopsis "") - (description - "") - (license license:lppl))) - (define-public texlive-esdiff (package (name "texlive-esdiff") @@ -40,26 +21,6 @@ "") (license license:lppl))) -(define-public texlive-pgfplots - (package - (name "texlive-pgfplots") - (version (number->string %texlive-revision)) - (source (texlive-origin - name version - (list "doc/latex/pgfplots/" - "tex/latex/pgfplots/" - "tex/generic/pgfplots/" - "tex/plain/pgfplots/" - "scripts/pgfplots/") - (base32 - "0dz6f1ap69pvjkdd1sp49882p3nzs12vpniawpmwf9962b3vmlij"))) - (build-system texlive-build-system) - (home-page "") - (synopsis "") - (description - "") - (license license:lppl))) - (define-public texlive-mhchem (package (name "texlive-mhchem") |