octave: inherit python in passthru

For in case one day python will be overridden, we'll know which python
to use.

+1
+1
pkgs/development/interpreters/octave/default.nix
··· 192 192 qrupdate = qrupdate'; 193 193 arpack = arpack'; 194 194 suitesparse = suitesparse'; 195 + inherit python; 195 196 }; 196 197 197 198 meta = {