octave: inherit python in passthru

For in case one day python will be overridden, we'll know which python
to use.
This commit is contained in:
Doron Behar 2020-12-19 10:28:14 +02:00
parent 74c94d1a35
commit 58b27b5ffe

View File

@ -192,6 +192,7 @@ in mkDerivation rec {
qrupdate = qrupdate'; qrupdate = qrupdate';
arpack = arpack'; arpack = arpack';
suitesparse = suitesparse'; suitesparse = suitesparse';
inherit python;
}; };
meta = { meta = {