···1515 # Patches coming from debian package1616 # https://packages.debian.org/source/sid/libs/libmatheval1717 patches = [ (fetchpatch {1818- url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/002-skip-docs.patch";1818+ url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/002-skip-docs.patch";1919 sha256 = "1nnkk9aw4jj6nql46zhwq6vx74zrmr1xq5ix0xyvpawhabhgjg62";2020 } )2121 (fetchpatch {2222- url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/003-guile2.0.patch";2222+ url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/003-guile2.0.patch";2323 sha256 = "1xgfw4finfvr20kjbpr4yl2djxmyr4lmvfa11pxirfvhrdi602qj";2424 } )2525 (fetchpatch {2626- url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/disable_coth_test.patch";2626+ url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/disable_coth_test.patch";2727 sha256 = "0bai8jrd5azfz5afmjixlvifk34liq58qb7p9kb45k6kc1fqqxzm";2828 } )2929 ];3030-3030+3131 meta = {3232 description = "A library to parse and evaluate symbolic expressions input as text";3333 longDescription = ''3434- GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic 3535- expressions input as text. It supports expressions in any number of variables of arbitrary 3636- names, decimal and symbolic constants, basic unary and binary operators, and elementary 3737- mathematical functions. In addition to parsing and evaluation, libmatheval can also compute 3434+ GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic3535+ expressions input as text. It supports expressions in any number of variables of arbitrary3636+ names, decimal and symbolic constants, basic unary and binary operators, and elementary3737+ mathematical functions. In addition to parsing and evaluation, libmatheval can also compute3838 symbolic derivatives and output expressions to strings.3939 '';4040 homepage = https://www.gnu.org/software/libmatheval/;