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:
@@ -192,6 +192,7 @@ in mkDerivation rec {
|
||||
qrupdate = qrupdate';
|
||||
arpack = arpack';
|
||||
suitesparse = suitesparse';
|
||||
inherit python;
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user