From 1bb1d82c4285bc9c2a7c4e944e0b845f094b8ff6 Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Mon, 24 Jul 2023 20:11:52 +0200 Subject: * thomaslabs/packages/tex.scm: Remove texlive-pgfplots and texlive-circuitikz --- thomaslabs/packages/tex.scm | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'thomaslabs/packages') 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") -- cgit v1.2.3