diff options
| -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")  | 
