octavePackages.symbolic: format

This commit is contained in:
QuantMint 2022-09-23 09:40:39 +02:00
parent 5f326e2a40
commit 57a34672ca

View file

@ -1,17 +1,18 @@
{ buildOctavePackage
, lib
, fetchFromGitHub
# Octave's Python (Python 3)
# Octave's Python (Python 3)
, python
}:
let
pythonEnv = python.withPackages (ps: [
ps.sympy
ps.mpmath
]);
ps.sympy
ps.mpmath
]);
in buildOctavePackage rec {
in
buildOctavePackage rec {
pname = "symbolic";
version = "unstable-2021-10-16";